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

Home » Public Forums » archive » Re: IDL variables
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: IDL variables [message #36036 is a reply to message #36035] Fri, 08 August 2003 06:42 Go to previous messageGo to previous message
rigby is currently offline  rigby
Messages: 16
Registered: September 1995
Junior Member
dbarkats@princeton.edu (Denis Barkats) wrote in message news:<5b684bf6.0308071453.4cd2ff0f@posting.google.com>...
> Hi,
> I am new to this newsgroup posting thingy.
> I would like to know if there is a way to get IDL to just print the
> variables in its memory without having to also print all the used
> functions and procdures. I 've tried typing : help but that always
> returns a lot of other things.
> The reason is that I would like to be able to delete variables fast.
> For exemple, get a list of the varaibles names and delete all the
> ones that start with the letter s.

These might be what you're looking for:

help, names='s*' (all variables that start with 's')
help, names='*' (all variables)

--Wayne
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Tool to convert IDL to C++ ??
Next Topic: Error Handling - Emailing

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

Current Time: Fri Oct 10 16:28:27 PDT 2025

Total time taken to generate the page: 0.15870 seconds