Keith Hodges escreveu:

Thanks for the feedback, I fixed this in latest.

CrLfStream has been replaced by MultiByteFileStream and this can be set
to read in various modes, it is also supposed to detect the line ending
convention. Unfortunately this was disabled by default. Rio was
explicitly telling binary streams that they were binary streams, but was
omitting to tell ascii streams to enable lineEndingdetection.

thanks for the feedback.

Keith







  
Hello Keith,

I guess I am the one who must thank you for your prompt answers !!!
Now everything is working as should be (x := aName asFile reader. ... a := x nextLine.) both for DOS files or native unix text files.