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

Home » Public Forums » archive » S: catching the output of help,/mem into variable-programm ???
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
S: catching the output of help,/mem into variable-programm ??? [message #7980] Tue, 28 January 1997 00:00 Go to next message
alpha is currently offline  alpha
Messages: 49
Registered: September 1996
Member
Hello

as the topic says:

I want to catch the output of help,/mem in an variable...

is that possible...
???


any hint needed


Panther
Re: S: catching the output of help,/mem into variable-programm ??? [message #8047 is a reply to message #7980] Thu, 30 January 1997 00:00 Go to previous messageGo to next message
alpha is currently offline  alpha
Messages: 49
Registered: September 1996
Member
davidf@dfanning.com (David Fanning) writes:

> Panther writes:

>> I want to catch the output of help,/mem in an variable...
>> is that possible???

> No....well, probably not. (I've been getting into too
> much trouble lately.)

> :-)
> David

hey... what about a little call_external to C and smurf
arround with IDL_HELP() or some thing like that...

NEVER SAY NEVER...

Panther ('s Guide to IDL ?)
Re: S: catching the output of help,/mem into variable-programm ??? [message #8099 is a reply to message #7980] Sun, 02 February 1997 00:00 Go to previous message
Peter Mason is currently offline  Peter Mason
Messages: 145
Registered: June 1996
Senior Member
On 28 Jan 1997, HSR Sys-Admin wrote:
> I want to catch the output of help,/mem in an variable...
> is that possible...
> ???

Yes, it's possible, but you have to be really, really keen...
HELP,/MEM doesn't even write its output to a JOURNAL file, so the only
way I can think of to catch its output is to redirect stdout when you
start IDL, e.g., idl > delete.me
Then you'd have to open delete.me (read only) and search for and parse
HELP,/MEM's output. (It might help to PRINT something just before you
issue HELP,/MEM, to make its output easier to find. Also, setting !QUIET=1
might help to reduce the amount of junk to search through.)
I mean, it's a daft solution, but there it is.

Peter Mason
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: execute problem
Next Topic: RE: Angstrom Symbol Nonsense

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

Current Time: Wed Oct 08 09:13:41 PDT 2025

Total time taken to generate the page: 0.00603 seconds