2310 PRINT "No need for delimiters (,) between data records but must specify column numbers ";
2320 PRINT " for start of record (START COLUMN, SC), and record length (NO. COLUMNS, NC). " : PRINT : PRINT
2330 PRINT "Column headings are added to data file as (FIELDNAME, FLD$), & unless otherwise specified, these will be placed in row 1. FIELDS (columns), RECORDS (rows)." : PRINT
2340 GOTO 220
2350 '
2360 REM +++ ERROR TRAPPING ROUTINE +++
2370 IF ERR=53 AND ERL=850 THEN GOTO 2380 OR IF ERR=62 THEN GOTO 1490 ELSE 860