Really long line of code (1 Viewer)

D

derrickb

Guest
I have a really, really long line of code, it goes well off the page. Is there any way to have the end continue on the line below? I wish I could read the whole statement with scrolling all over the place?
 

doulostheou

Registered User.
Local time
Today, 09:14
Joined
Feb 8, 2002
Messages
314
This was pulled from the Help file:

The Module window also supports a line-continuation character, which enables you to continue a line of code across a line break. The line-continuation character consists of a space followed by an underscore character (_), as in the following example:

MsgBox "You are about to delete 10 records. " _
& "Do you want to continue?"
 

Users who are viewing this thread

Top Bottom