Hi,
Thank you for the previous answer, but…
I was studying the following manual program:
{{ImportFile c:\MyList.txt
{{Label Start
{{MessageBox {{DoImport}
{{If {{ImportNextLine} = {{True} ;{{Goto Start;{{Goto End
{{Label End
MyList.txt file looks as follows:
123,123
123 123
123^123
123/123
The program runs OK but the empty line (contains just a CR) was skipped.
Please advice?
