PDA

View Full Version : Max Line Length



paul_z
11-16-2012, 02:50 PM
When writing a program for the bot, what is the max line length? I tend to use long variable names.

Paul Z

Brady Watson
11-16-2012, 04:52 PM
I don't know what the limit is off the top of my head...but I just made a test file with a variable name 250 characters long...So I think you are good.

I would assume that the max length is either 254 or 255 characters, but I don't think anyone in their right mind would need that many to describe a variable.

-B

ssflyer
11-16-2012, 05:49 PM
I'm not sure, but the line length is probably simply parsed to an EOL character...

paul_z
11-17-2012, 01:15 PM
@ThanksGuysIAppreciateTheHelp = 1

Brady Watson
11-17-2012, 06:17 PM
@ThanksGuysIAppreciateTheHelp = 1

&NoProblemAtAllPaul=:D

-B