If i have some really long lines of code (horizontally) that need to be on the same line. Is there a separator of some kind so I can write the code on different lines but have them execute as if they were on one line?
try this out!
IF something1 = somethingB OR _
something2 = somethingA OR _
somehting3 = somethingC THEN
..........
use the underscore character "_" to saperate the lines..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.