DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


ImportASCFile

Declaration: TDataTable.ImportASCFile (FName: string): integer;
The method ImportASC reads the table data from a specially formatted ASCII text into the internal data structure. The parameter FName specifies the name of the file to be read.

The function returns one of the following error codes:
0 no error
-1 error in specification of number of features
-2 error in specification of number of objects
-3 error in ClInf/NamFeat/NamObj flags
-5 invalid class information
-6 invalid numeric data
-8 file not found