hi,
I have a string in my VB code. When assigning a value to it I get an error saying that I have too many line continuations. I can't get around this because I need all of the lines. Any ideas of how to get out of this?
------------------------------
myString = "xxxxxxxxxx" & _
"yyyyyyyyyy" & _
.....
.....
.....
------------------------------
Thanks,
D
I have a string in my VB code. When assigning a value to it I get an error saying that I have too many line continuations. I can't get around this because I need all of the lines. Any ideas of how to get out of this?
------------------------------
myString = "xxxxxxxxxx" & _
"yyyyyyyyyy" & _
.....
.....
.....
------------------------------
Thanks,
D