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 
Return to the default flat view Create a new topic Submit Reply
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
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: execute problem
Next Topic: RE: Angstrom Symbol Nonsense

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

Current Time: Sun Oct 12 19:43:57 PDT 2025

Total time taken to generate the page: 0.06333 seconds