Upload file


GAT

Recommended Posts

  • 2 weeks later...
Posted

You should use the File. functions, specifically File.Open() to open the file, File.ReadDelim() to read the file into memory, and File.Close() to then close the file after reading.  Once it is in memory you can do anything with it.  ReadDelim() should read the file in one step into a multidimensional array.

 

Archived

This topic is now archived and is closed to further replies.