|
Re: Error signals / indices [message #7679 is a reply to message #7604] |
Thu, 12 December 1996 00:00  |
hegde
Messages: 17 Registered: December 1995
|
Junior Member |
|
|
Thanks for the help. Although I was expecting a better description of
errors, this is good for now.
Thanks again for your help.
-M. Hegde
In article <davidf-ya023080000412962210000001@news.frii.com>, davidf@dfanning.com writes:
> M Hegde <hegde@news.gsfc.nasa.gov> writes:
>
>> Is there a comprehensive list of error signals ( indices ) and the
>> corresponding exception causes?.
>
> Um, not sure what you mean by exception causes here. Sounds like
> you might be a C programmer or something. :-)
>
> You can get a list of all the error messages associated with a particular
> error number by doing this:
>
> IDL> FOR j=0, 500 DO PRINT, j, ': ', STRMESSAGE(j)
>
> Cheers!
>
> David
>
> -----------------------------------------------------------
> David Fanning, Ph.D.
> Fanning Software Consulting
> 2642 Bradbury Court, Fort Collins, CO 80521
> Phone: 970-221-0438 Fax: 970-221-4762
> E-Mail: davidf@dfanning.com
> Coyote's Guide to IDL Programming: http://www.dfanning.com
> -----------------------------------------------------------
>
|
|
|