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

Home » Public Forums » archive » How to catch any IDL errors?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
How to catch any IDL errors? [message #58486] Thu, 31 January 2008 01:44
Nicolas is currently offline  Nicolas
Messages: 15
Registered: September 2007
Junior Member
Hi folks,

Could any IDL expert explain me to cause IDL to be stopped ANYTIME an
error occur?

I've been struggling to catch an "% Keyword parameters not allowed in
call" error.
I don't know which keyword parameters, neither which routine....
I can't locate the error. It's a nightmare!

Already tried:

1) on_error, 0

2) CATCH, Error_status
IF Error_status NE 0 THEN BEGIN
PRINT, 'Error index: ', Error_status
PRINT, 'Error message: ', !ERROR_STATE.MSG
stop
ENDIF

Please help! :)

Nicolas
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: workbench filenames and program names
Next Topic: Creating a dicom-file in HSV colors

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

Current Time: Wed Oct 08 18:38:33 PDT 2025

Total time taken to generate the page: 0.00517 seconds