1. Max Line Length?
- Posted by David Guy <dguy at MINDSPRING.COM> Jul 14, 1999
- 374 views
Hi, I recently got a "Source line is too long" error message. After some quick testing, I found it seems to occurs when a line is beyond ~198 characters (including spaces.) Just curious, what is the maximum line length the Euphoria (ex/exw.exe) can handle? Thanks, David
2. Re: Max Line Length?
- Posted by Robert Craig <rds at ATTCANADA.NET> Jul 14, 1999
- 368 views
David Guy writes: > I recently got a "Source line is too long" error message. > After some quick testing, I found it seems to occurs when > a line is beyond ~198 characters (including spaces.) > Just curious, what is the maximum line length the Euphoria > (ex/exw.exe) can handle? The limit is about 200 characters as you suspected. A line can be split anywhere that you might insert an extra blank. Long strings can be composed of smaller strings with & between them. The fact that there is *some* limit for the length of a line, makes the implementation much easier. Regards, Rob Craig Rapid Deployment Software http://members.aol.com/FilesEu/