[fpc-pascal]Arrays

James Mills prologic at prologitech.com
Tue Jan 7 15:18:54 CET 2003


Hi,

var
   tmpA:    String;
   AA:      String;
   tmpB:    String;
   BB:      String;
   DP:      Integer;
   X:       String;
   tmp:     String;
   tmpX:    Array of String;

Can arrays like that of tmpX be used in FPC ?

Also, is there a similar class like the Delphi TStringList that can be
used with FPC ?

cheers
James




More information about the fpc-pascal mailing list