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

Home » Public Forums » archive » Re: Display Current Variables
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
Re: Display Current Variables [message #61049] Thu, 26 June 2008 11:19
Ryan. is currently offline  Ryan.
Messages: 77
Registered: March 2006
Member
> I can highly recommend this command, too.
>
> IDL> ?

I'm quite familiar with that one =) Too much sometimes.

Ryan.
Re: Display Current Variables [message #61054 is a reply to message #61049] Thu, 26 June 2008 10:49 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Ryan. writes:

> I like that! I'm going to use it too.

I can highly recommend this command, too.

IDL> ?

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 #61055 is a reply to message #61054] Thu, 26 June 2008 10:39 Go to previous message
Ryan. is currently offline  Ryan.
Messages: 77
Registered: March 2006
Member
> PRO showvars
> help, name='*',level=-1
> END

I like that! I'm going to use it too.


Ryan.
Re: Display Current Variables [message #61056 is a reply to message #61055] Thu, 26 June 2008 09:50 Go to previous message
David Fanning is currently offline  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 #61057 is a reply to message #61056] Thu, 26 June 2008 09:42 Go to previous message
Ryan. is currently offline  Ryan.
Messages: 77
Registered: March 2006
Member
> IDL> Help, NAMES='*'

Thanks! That's very easy. I thought I was going to have to get into
system variables or something like that =)

Ryan.
Re: Display Current Variables [message #61058 is a reply to message #61057] Thu, 26 June 2008 09:38 Go to previous message
Ingo von Borstel is currently offline  Ingo von Borstel
Messages: 54
Registered: September 2006
Member
Hi,
> IDL> help

As I'm lazy and have a bad memory I wrote myself a short wrapper for it.
It then leaves out the compiled functions and procedures:

PRO showvars
help, name='*',level=-1
END

Regards,
Ingo
--
Ingo von Borstel <newsgroups@planetmaker.de>
Public Key: http://www.planetmaker.de/ingo.asc

If you need an urgent reply, replace newsgroups by vgap.
Re: Display Current Variables [message #61059 is a reply to message #61058] Thu, 26 June 2008 09:36 Go to previous message
David Fanning is currently offline  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 Go to previous message
R.G. Stockwell is currently offline  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
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: No Scrollbars on a widget_table
Next Topic: GPULIB

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

Current Time: Wed Oct 08 13:52:55 PDT 2025

Total time taken to generate the page: 0.00698 seconds