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

Home » Public Forums » archive » Re: how to clear error message
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: how to clear error message [message #73287 is a reply to message #73286] Wed, 03 November 2010 14:28 Go to previous messageGo to previous message
Truong Le is currently offline  Truong Le
Messages: 42
Registered: September 2010
Member
On Nov 3, 5:26 pm, Paul van Delst <paul.vande...@noaa.gov> wrote:
> What about trying a catch error handler? Something like this:
>
> pro blah
>   CATCH, error_status
>   IF ( error_status NE 0 ) THEN BEGIN
>     CATCH, /CANCEL
>     MESSAGE, !ERROR_STATE.MSG, /CONTINUE
>     RETURN
>   ENDIF
>
>   ....do other stuff....
>
> end
>
> If an error occurs in the "....do other stuff...." section, the error message will get printed out control will return
> to the caller.
>
> You can throw your own errors in the "....do other stuff...." section by doing something like
>
>   IF ( ...an error condition is detected... ) THEN $
>     MESSAGE, 'this is my own error message', /NONAME, /NOPRINT
>
> when you detect an error in your own code.
>
> cheers,
>
> paulv
>
> Truong Le wrote:
>> All,
>
>> I need to know how to clear all error message that idl generated.
>
>> I am using this two lines to stop to trap my error.
>
>> Help, /Last_Message, Output=theErrorMessage
>>    errorLength = N_ELEMENTS(theErrorMessage)
>
>> However, I need to clear all the error message so that when I am
>> looping to these two lines again the
>> errorLength should be zero when no error message occur.
>
>> Thanks
>
>

I did that but it didn't work.

Thanks,
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: how to clear error message
Next Topic: summing mulit-D array along 1 dimension, at an angle to the rows

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

Current Time: Wed Oct 08 15:16:59 PDT 2025

Total time taken to generate the page: 0.00398 seconds