Comma Separated Values (CSV)

Comma Separated Values (CSV)

This section describes the functions to access CSV files and ASCII plain-text files. Here is a quick list of these commands:

Accessing Comma Separated Value (CSV) and Text File Functions

CSVLOAD
Loads the contents of a CSV file in a two dimensional string array.
CSVSTORE
Stores the contents of a two dimensional string array in a CSV file.
TXTLOAD
Loads the contents of an ASCII plain-text file into a string variable.
TXTSTORE
Stores the contents of a string variable in an ASCII plain text file.