Re: [fpc-pascal] Char, WideChar, String and WideString in FPC/Lazarus
On 6 jul 2006, at 16:29, Borut Maricic wrote: What is the exact definition of the type Char and String in FPC? A char is a 1 byte value which can contain the values chr(0) till chr (255). A (short)string is a length byte followed by 1 to 255 chars. No assumptions are made about encodings.
[fpc-pascal] Char, WideChar, String and WideString in FPC/Lazarus
I would like to ask some questions regarding the following: >> A NOTE has been added to this issue. == http://www.freepascal.org/mantis/view.php?id=7122 == Date S