Re: Peculiarities of ascii file processing with GT.M
by =?iso-8859-1?q?S=E9bastien_de_Mapias?= <sglrigaud@[EMAIL PROTECTED]
>
Oct 22, 2007 at 04:11 AM
OK I wrote my post too quickly: I going out of this block through the
EOF exception - which means through an error. Is there a way to
sneak around and properly leave the FOR loop to continue with the
lines that follow it here ?:
~ readfile
~ w "in test rf",!
~ ....
~ f u f r line u $p w line,!
~ c f ; <= I want to reach this line
~ u 0 ; and those that follow...
~ w "ok out of loop now",!
~ w "ok file closed",!
~ q