comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: on_ioerror?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: on_ioerror? [message #11885 is a reply to message #11883] Thu, 04 June 1998 00:00 Go to previous messageGo to previous message
steinhh is currently offline  steinhh
Messages: 260
Registered: June 1994
Senior Member
David Fanning wrote:

> This is pseudo code, of course. :-)

Nope. That was spaghetti, not pseudo.... :-)
Jumping out of and then back into FOR loops gives me
goosebumps.


FOR j=0,n DO BEGIN
catch,error
IF error NE 0 THEN BEGIN
print,!Err_String
goto,CONTINUE_GIF
ENDIF

read_gif,....

CONTINUE_GIF:
ENDFOR
catch,/cancel ;; A matter of purity..


FOR j=0,n DO BEGIN
catch,error
IF error NE 0 THEN BEGIN
print,!Err_String
goto,CONTINUE_TIFF
ENDIF

read_tiff,....

CONTINUE_TIFF:
ENDFOR
catch,/cancel ;; A matter of purity..

Regards,

Stein Vidar
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: warning: (all(part1))(part2) = part2*0.
Next Topic: Re: subpixel image movement by bicubic interpolation?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 09:13:56 PDT 2025

Total time taken to generate the page: 1.12261 seconds