I can't find out what character/s to put at then end of a line of code
to indicate it continues on the next line.
Printable View
I can't find out what character/s to put at then end of a line of code
to indicate it continues on the next line.
In VB the line continuation character is the underscore.
Thanks