Clintimania
Registered User.
- Local time
- Today, 12:20
- Joined
- Nov 21, 2006
- Messages
- 60
Ok so this has to be easy.. but for some reason I am struggling with this. I am writing some long code and I want to go to the next line because its going off the page and its hard to keep track of. So when I move an "Or" to the next line instead of continuing the line, it gives me errors. How do I make code work on multiple lines instead of one huge long line.
Example.
Turn below:
If this or this or this or this or this or this or this or this or this else
Into:
If this or this
or this or this
or this or this Else
Dont laugh
Example.
Turn below:
If this or this or this or this or this or this or this or this or this else
Into:
If this or this
or this or this
or this or this Else
Dont laugh
