[fpc-pascal] Version 2.1.4
Rainer Stratmann
RainerStratmann at t-online.de
Sat Jun 2 21:02:58 CEST 2007
Am Samstag, 2. Juni 2007 20:16 schrieb Florian Klaempfl:
> > How can I assign "normal" pascalstrings?
>
> shortstring
>
what does
var s:string[12];
in delphimode mean?
ansistring or shortstring?
if ansistring, how can I get access to a "normal" pascal (short)string with
maximum length of 12?
var s:shortstring[12];
does not work in delphi mode.
Rainer
More information about the fpc-pascal
mailing list