[DUG] File handling help in Delphi 5

John Bird johnkbird at paradise.net.nz
Thu Dec 6 08:17:56 NZDT 2007


I thought I had read in the help sometime that "file" variables could never
be used in an array - but it looks like you are doing just that.  
 
For instance under File Types:  "Files are not allowed in arrays or
records."
 
If it is OK I also would like to do that as well - any rulings anyone?
 

John 

 

 

       AssignFile(Ltextfile[l1],Ftextfilelists[l1]);
      reset(Ltextfile[l1]);

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.adventureeducation.co.nz/pipermail/delphi/attachments/20071206/0d208f77/attachment-0001.html


More information about the Delphi mailing list