DUMP [message #17420] |
Sun, 10 October 1999 00:00 |
mallors
Messages: 76 Registered: November 1997
|
Member |
|
|
Hi all,
Does anyone have any idea what the command "dump" does
in IDL? I happened to write a PRO called DUMP the other
day, and it took a few seconds to figure out that there
is apparently no way to call it !? Go into IDL and
type DUMP. Nothing happens. Then create a file in
the current directory called dump.pro
PRO DUMP
PRINT, 'In DUMP'
END
Then try
IDL> .run dump
IDL> dump
The procedure is not called. I tried it with IDL 5.2
and 5.3beta.
Regards,
-bob
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~
Robert S. Mallozzi 256-544-0887
Mail Code SD 50
Work: http://gammaray.msfc.nasa.gov/ Marshall Space Flight Center
Play: http://cspar.uah.edu/~mallozzir/ Huntsville, AL 35812
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~
|
|
|