1. Max Line Length?

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

new topic     » topic index » view message » categorize

2. Re: Max Line Length?

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/

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu