Re: [fpc-pascal] ansistrings access by character

2005-07-10 Thread Florian Klaempfl
L505 wrote: | | Or if you wanted to prepend exceptions rather than catch them, the following | function could also work have worked (note you have to do a shortString cast, | AnsiStrings don't like access by character) | I was under the same impression for a long time, but some of the FPC RTL s

[fpc-pascal] ansistrings access by character

2005-07-09 Thread L505
| | Or if you wanted to prepend exceptions rather than catch them, the following | function could also work have worked (note you have to do a shortString cast, | AnsiStrings don't like access by character) | I was under the same impression for a long time, but some of the FPC RTL sources use ansi