PDA

Click to See Complete Forum and Search --> : Continuing code on the next line


bucko
Jan 4th, 2000, 02:54 PM
Hi, some of the code i am trying to write contains some fairly long lines (most of it text strings), how can i split this over a few lines so i don't have to scroll right across the page to read it all.

thanks in advance

MICK

Crazy D
Jan 4th, 2000, 03:14 PM
Use space & _ like this:

MyString = "Some Text" & _
"and some more text"