Re: how to clear error message [message #73276 is a reply to message #73275] |
Wed, 03 November 2010 18:01   |
Truong Le
Messages: 42 Registered: September 2010
|
Member |
|
|
On Nov 3, 7:12 pm, chris <rog...@googlemail.com> wrote:
> On 3 Nov., 22:45, David Fanning <n...@dfanning.com> wrote:
>
>
>
>> Truong Le writes:
>>> I did that but it didn't work.
>
>> Coyote wanted me to point out that a silent error handler
>> is often required in this case. That way, no one is the
>> wiser, and there is no need to fix the underlying
>> cause of the error, either. ;-)
>
>> Cheers,
>
>> David
>
>> --
>> David Fanning, Ph.D.
>> Fanning Software Consulting, Inc.
>> Coyote's Guide to IDL Programming:http://www.dfanning.com/
>> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
>
> Or you just add this in the first line and you will never get an error
> again :-)
>
> goto1:while ~n_elements(_) do goto,goto1
>
> Cheers
>
> CR
could you please explain exactly what this line does?
|
|
|