W
Wayne-I-M
Hi
In VBA you can split code to make them more readable with 2 spaces and _
like this
XXXXXXXXXX _
XXXX _
DDDDDDDDDDDDDD _
end sub
How do you do this in frontpage code - I have some forms that pass info
forwards and they are just so long it's hard to read them
I have tried to split them down but not been successful.
Looking for something like this if poss. (obviously without the _ )
<%
DIM strXXXXXX, strYYYYYYY, strZZZZZZZZ, _
strAAAAAAA, strBBBBBBBB _
strCCCCCCCCCC
%>
I have tried just putting in a return here and there but it all went wrong
Any ideas
Many thanks
In VBA you can split code to make them more readable with 2 spaces and _
like this
XXXXXXXXXX _
XXXX _
DDDDDDDDDDDDDD _
end sub
How do you do this in frontpage code - I have some forms that pass info
forwards and they are just so long it's hard to read them
I have tried to split them down but not been successful.
Looking for something like this if poss. (obviously without the _ )
<%
DIM strXXXXXX, strYYYYYYY, strZZZZZZZZ, _
strAAAAAAA, strBBBBBBBB _
strCCCCCCCCCC
%>
I have tried just putting in a return here and there but it all went wrong
Any ideas
Many thanks