this may seem like a beginner question, but I can't find how to place one very long command in the editor (it passes several variables to a VB sub) on multiple lines.
what is the symbol/technique for continuing a line of code?
line continuation in the editor
Moderators: JRL, Dorian (MJT support)
Your suggestion might work, but I'm just looking for a way to wrap one line of code so that I can see it all easily. My code does something like this:
VBRun>SingleRecord (var1,var2,var3,var4,var5.......var25...)
typing so many parms extends the line to a ridiculous (and unreadable) length.
I would like to find something like:
VBRun>SingleRecord (var1, var2, var3 +_
var4, var5, var6 +_
etc........
I'm sure there is a way, but I've not been able to find it in the help or in the previous posts in this forum.
thank you.
SkunkWorks
VBRun>SingleRecord (var1,var2,var3,var4,var5.......var25...)
typing so many parms extends the line to a ridiculous (and unreadable) length.
I would like to find something like:
VBRun>SingleRecord (var1, var2, var3 +_
var4, var5, var6 +_
etc........
I'm sure there is a way, but I've not been able to find it in the help or in the previous posts in this forum.
thank you.
SkunkWorks
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
I'm afraid there is no line continuation option at present.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?