[fpc-pascal] Odd delimited text file length limitations

Jürgen Hestermann juergen.hestermann at gmx.de
Wed Jul 6 17:52:48 CEST 2011


José Mejuto schrieb:
> 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.
>   
Instead of using obscure compiler switches (where you never know for 
sure the scope and whether they work as you think) I would advice to not 
use generic types like "string" but use "ansistring". Then you realy 
know what type is used in the end.



More information about the fpc-pascal mailing list