Home »
Public Forums »
archive »
Re: routine_name()
Re: routine_name() [message #1215] |
Sat, 26 June 1993 00:05 |
oet
Messages: 28 Registered: February 1993
|
Junior Member |
|
|
In article d85@senator-bedfellow.MIT.EDU, jabarone@athena.mit.edu (John A Barone) writes:
> Could someone emailme and tellme what the routine_names() function
> does in IDL. I've just purchased the IDL package and I don't
> have the manuals yet. I'm working with some third party code
> that uses the function but I don't know exactly how it works.
>
it returns the current compiled routines
IDL> print, routine_names()
IDL> xdemo
% Compiled module: XDEMO.
% XDEMO: Entering the xdemo.
% Compiled module: XPDMENU.
% Compiled module: FILEPATH.
% Compiled module: LOADCT.
% LOADCT: Loading table RED TEMPERATURE
% Compiled module: XMANAGER.
IDL> print, routines_names()
IDL_TOUR LOADCT MKPULL_PULLDOWN XDEMO XDEMO_EVENT XDISPLAYFILE XMANAGER
XPDMENU XUNREGISTER
-Thomas
|
|
|
Current Time: Wed Oct 08 17:26:12 PDT 2025
Total time taken to generate the page: 0.00466 seconds