Doc, Shawn,

I had to to do again with readlines in my Exchange struggle ... problem here xnet sometimes returns empty first lines

Finally managed to catch it (also killer-loop on 3.63) with :

code:

...
$x = readline(1)
if $x or asc($x) = chr(0)
loop the file ...
endif

Will verify on NT tomorrow ...


J.

_________________________