Wiadomość napisana w dniu 01 Jul 2008, o godz. 22:38, przez Andrew Haines: > Does gnu pascal have fpc compatible strings? or are they the same as > strings in {$mode fpc} GNU Pascal only supports strings defined in terms of a schema: http://www.gnu-pascal.de/gpc/Schema-Types.html (which FPC does not support). Jonas