|
|
|
Re: Display Current Variables [message #61056 is a reply to message #61055] |
Thu, 26 June 2008 09:50  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Ryan. writes:
> Thanks! That's very easy. I thought I was going to have to get into
> system variables or something like that =)
No, that is:
IDL> Help, /SYSTEM_VARIABLES
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
|
|
Re: Display Current Variables [message #61059 is a reply to message #61058] |
Thu, 26 June 2008 09:36  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
R.G. Stockwell writes:
> IDL> help
Or, maybe:
IDL> Help, NAMES='*'
He might not be seeing them with all the other nonsense. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Re: Display Current Variables [message #61060 is a reply to message #61059] |
Thu, 26 June 2008 09:32  |
R.G. Stockwell
Messages: 363 Registered: July 1999
|
Senior Member |
|
|
"Ryan." <rchughes@brutus.uwaterloo.ca> wrote in message
news:d7945457-a9d5-48e9-81b2-c6db2ad6200d@c65g2000hsa.google groups.com...
> Hi,
>
> Does anyone know how to display the current variables from typing a
> command? While working at the command line I would like to display
> all the variables that I'm working with. I basically would like an
> alternative to the Variable Watch window when I'm working at the
> command line.
>
> Thanks,
> Ryan.
IDL> help
|
|
|