ImportASCFile

Declaration: TDataTable.ImportASCFile (FName: string): integer;
The method ImportASCFile reads the data from a specially formatted ASCII text into the data matrix. The size of the matrix is adjusted automatically to fit the data on the ASCII file.

The method returns the following error codes:

 0 ... everything is OK
-1 ... error in specification of number of features
-2 ... error in specification of number of objects
-3 ... error in ClInf/NamFeat/NamObj flags
-4 ... file probably in UNIX format
-5 ... invalid class information
-6 ... invalid numeric data
-8 ... file not found