[fpc-pascal] pchar with more than 255 characters
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Wed Nov 16 17:15:51 CET 2011
On Tue, Nov 15, 2011 at 11:33 AM, Jonas Maebe <jonas.maebe at elis.ugent.be> wrote:
> length(pchar) is translated into strlen(pchar) (just like in Delphi).
But why is it limited to 255 chars in {$H-} ? (I understood that it is
limited like this from the original poster)
I don't see anything about this in the docs:
http://www.freepascal.org/docs-html/rtl/strings/strlen.html
--
Felipe Monteiro de Carvalho
More information about the fpc-pascal
mailing list