On 14 Jan 2010, at 15:23, Jichao Yang wrote: > I have one question about the free pascal programming language: why > limit string constant to 255?
It's an implementation limit of the scanner (which uses shortstrings for speed reasons). Jonas_______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
