[fpc-pascal] Odd delimited text file length limitations

José Mejuto joshyfun at gmail.com
Wed Jul 6 13:40:08 CEST 2011


Hello FPC-Pascal,

Wednesday, July 6, 2011, 8:55:10 AM, you wrote:

KH> Attached you will find the Free Pascal program (it's a console program and
KH> 11KB in size), the file it's supposed to alter, and the file the program is
KH> supposed to spit out.

Add at beginning {$H+} to switch on ansistrings, otherwise you are
using shortstrings which are 255 characters in length at most, and
your lines are around 300 chars.

-- 
Best regards,
 José




More information about the fpc-pascal mailing list