[fpc-pascal] string in fpc

Michael Van Canneyt michael at freepascal.org
Sat Feb 11 18:34:35 CET 2006



On Sat, 11 Feb 2006, Marco van de Voort wrote:

> > On 2/11/06, Marco van de Voort <marcov at stack.nl> wrote:
> > > I mean including the possibilties to have non-255 sizes.
> > 
> > var x : string[4];
> > 
> > I suppose?
> 
> Apparantly so yes. Assumed that would equal to ansistring[4], but it does to
> tp string[4].

TP is correct. Ansistring[4] is not valid, never...

Michael.



More information about the fpc-pascal mailing list