CSV File Processing
The attached example script and data file demonstrate how to use the BASIC scripting language to process a CSV data file and store the values in a 2D array variable. The data array in the CSV file is assumed to consist only of numeric values (Double precision Floats).
Example FRED script file: parseCSV.frs
Accompanying CSV data file: testCSV.csv