Hi, There
How to use open text file. I have a one file. the file is original file from excels file. After later convert to CSV file.
some cells has include cr+lf control code. If i open and use from cache. reding time,Cache was wrong line feed point.
how do i edit my source code?
==============================================
s infile="c:\csvfile.csv"
o infile:"r"
1 u infile r line i $zeof<0 c infile q
f i=1:1:10 s wd(i)=$p(line,",",i)
g 1
==============================================