LIST SAVE <list> TO <text_file>[,<delimiter>]
All fields defined in <list> can be saved in a text file in a form
of a data matrix. The first line in the text file will consist of
the names of the fields. Each active record (case) is saved as its
own line thereafter. The fields are separated by character <delimiter>.
Default is the character | .
Example: LIST SAVE LIST1 TO D:DATA1.TXT,char(9) / tab as delimiter
The data in the text file can be copied to a (new) Survo data file
simply by the command
FILE SAVE <text_file> TO <data_file> / DELIMITER=char(9)
L = More information on LIST operations