I have an ASCII file that I wish to read into an array.
File is 117 records separated by CR/LF and
each record has 6 text elements separated by a comma.
#fopen SymFile "c:\pf\bin\sym.asc" read
#declare Syms=array [117] [6] { #fread (SymFile, defined)}
Can somebody steer me in the right direction..
David
Post a reply to this message
|