On maandag, jul 14, 2003, at 20:31 Europe/Brussels, Alan Mead wrote:


If there is, I cannot find it. {$H} does nothing and I re-read the
portion of the docs that deal with the sting types again and I don't
see what I'm doing wrong.

There is a difference between longstrings and ansistrings. Ansistrings are fully supported, but longstrings (which is what you are using) aren't. To use ansistrings, either use {$h+} and declare your variable as "string" (i.e., without [lenght]), or use "ansistring" as type.



Jonas



_______________________________________________ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to