D
dancer
How do I continue code on another line when one line becomes too long?
I always get compilation errors.
I always get compilation errors.
How do I continue code on another line when one line becomes too long?
I always get compilation errors.
where?
Ross Culver said:To be more specific, each line of code must end with a space after your
last word and then the underscore. like " = myvariable _" There must be
a hard character return immediately following the underscore. You don't
need the quotation marks or "&" sign unless you would have used them
anyway would breaking the line.
Ross