Posts: 631
Threads: 58
Joined: Jun 2010
Reputation:
0
anyone know how long your lines can get before the PAWN compiler starts spitting out error messages?
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
Not sure. But it's bad practice to do really long lines. Makes it harder to read and to find an error if need be.
Posts: 824
Threads: 53
Joined: Jul 2010
Reputation:
0
Don't do long lines, make them seperate so PAWNO can detect errors so your script won't get screwd up :\.
Posts: 631
Threads: 58
Joined: Jun 2010
Reputation:
0
okay, i was wondering because i had some pretty long lines for formatting text, it was an array that was 1768 characters long so yeah, i had about five full lines. thanks anyways guys