[thelist] VBScript line wrap shortcut

aardvark roselli at earthlink.net
Tue Nov 27 13:07:25 CST 2001


> From: "Kevin D. White" <nonzero at well.com>
> 
> Does anyone remember the shortcut to allow a VBScript statement to
> wrap across two lines?  I have a really long text string that I need
> to save in variant.  I don't want the text string to go out to 200
> columns in the code.

didja try the underscore?

foobar = foobar & foobar & foobar & foobar & _
		foobar & foobar & foobar

etc...




More information about the thelist mailing list