How to make IDL be quiet [message #37461] |
Tue, 16 December 2003 15:37 |
Michael Wallace
Messages: 409 Registered: December 2003
|
Senior Member |
|
|
I'm quite new to IDL, so hopefully this will be a simple question for
the rest of you.
How can I prevent IDL from printing out all the nominal messages such as
"% Compiled Module: FOO" or "% Loaded DLM: BAR"? I'd rather that IDL
just be quiet and only report something to the terminal if there were a
serious error or if I use a print statement from within my program.
I also have a couple places in my code where an error could be expected.
In those particular cases, I still want the error handling on and
!ERROR_STATE to be filled with the correct values, but I don't want to
show this error since I will be handling it and the program will
continue execution. So, in short, how do I get control over what's
written to the terminal?
Mike W.
|
|
|