Hello,
I tried many ways but the problem seems always occur:
When a EOL character ($crlf for exemple) is in a line on a text file, the $read or $fread do a return whatever if there is some text after (on the same line).
It appears with many commands like $replace. I tried to put the line in a %var or directly in an alias but nothing seems to work.

Exemple line:

this is the text that will be read $crlf and text that won't be read $crlf $crlf .. and again

So, is it possible to read this kein of line? Is it a bug?

ps: command N in $read(..,n,..) don't work too.

Thanks and have a nice day !