I will use this code below:"Dunnow"|"DESREC DDDF"|1324|222222|True
"FDEXxxx"|"ASDFEW DSXEX"|123|897|False
"Gelex"|"JENCPOEIR"|123958|172364|False
Code: Select all
Let>FileName=C:\Users\e-Machine\Desktop\Filex.csv
Let>LinePos=1
Let>CurrLine=
Let>EndOfFile=##EOF##
While>CurrLine<EndOfFile>FileName,LinePos,CurrLine
If>CurrLine<EndOfFile>%CurrLine%
EndIf
Let>LinePos=LinePos+1
EndWhile
Line: 18 D not appropriate
Line: 18 F not appropriate
Line: 18 G not appropriate
What should I do to prevent this problem from happening?
Thanks for reading.