Is there a way to write a long line of code across multiple lines for ease of viewing and printing ?
Thanks
Is there a way to write a long line of code across multiple lines for ease of viewing and printing ?
Thanks
Found the answer by luck the other day
You put a $ at the point where you want a new line :
Write line of code here until you need a $
new line
The above will be treated as one continuous line of code even though I put a return in it
Thanks