B
Brian K. Maher
Guest
This is better: define variable vLine as character no-undo extent 4. input from data.csv. repeat: import delimiter ',' vLine[1] vLine[2] vLine[3] vLine[4]. message vLine[1] skip vLine[2] skip vLine[3] skip vLine[4] view-as alert-box. end. input close.
Continue reading...
Continue reading...