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]);

 

_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

Reply via email to