Max Line Length? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Max Line Length? (
/showthread.php?tid=276003)
Max Line Length? -
dowster - 12.08.2011
anyone know how long your lines can get before the PAWN compiler starts spitting out error messages?
Re: Max Line Length? -
Backwardsman97 - 12.08.2011
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.
Re: Max Line Length? -
Darnell - 12.08.2011
Don't do long lines, make them seperate so PAWNO can detect errors so your script won't get screwd up :\.
Re: Max Line Length? -
dowster - 13.08.2011
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