Q:info /recall_commands to string? [message #8607] |
Wed, 26 March 1997 00:00  |
Andre Lodwig
Messages: 5 Registered: April 1997
|
Junior Member |
|
|
Hi together!
I wrote some progs to switch the plot device to PS and back
and want the PS-files to contain information about the
calling history.
So: can I get info,/recall putting the output to a string or file?
Thanks for any help,
Andre
--
------------------------------------------------------------ ----------
Andre Lodwig
Institut fuer Kommunikationsakustik _/ _/ _/ _/
Ruhr-Universitaet Bochum (RUB-IKA) _/ _/ _/ _/_/
D-44780 Bochum _/ _/_/ _/_/_/
Phone : +49 234 700 5387 _/ _/ _/ _/ _/
FAX : +49 234 709 4165 _/ _/ _/ _/ _/
email : lodwig@aea.ruhr-uni-bochum.de
------------------------------------------------------------ ----------
|
|
|
Re: Q:info /recall_commands to string? [message #8694 is a reply to message #8607] |
Mon, 07 April 1997 00:00  |
Dave Burridge
Messages: 5 Registered: April 1997
|
Junior Member |
|
|
Hi Andre,
Do you mean "help, /recall"? Or is this some Wave thing?
In IDL, I would run a journal thus:
journal, file="savecmds.txt"
stopping the journal with a straight "journal" command.
You can then read the file in the normal text reading way (READF).
You may want to check if a journal is already running by checking the
!journal system var. Check out the Help page for journal for more
tricks.
Cheers,
Dave.
Andre Lodwig wrote:
>
> Hi together!
>
> I wrote some progs to switch the plot device to PS and back
> and want the PS-files to contain information about the
> calling history.
> So: can I get info,/recall putting the output to a string or file?
>
> Thanks for any help,
>
> Andre
>
> --
> ------------------------------------------------------------ ----------
> Andre Lodwig
> Institut fuer Kommunikationsakustik _/ _/ _/ _/
> Ruhr-Universitaet Bochum (RUB-IKA) _/ _/ _/ _/_/
> D-44780 Bochum _/ _/_/ _/_/_/
> Phone : +49 234 700 5387 _/ _/ _/ _/ _/
> FAX : +49 234 709 4165 _/ _/ _/ _/ _/
> email : lodwig@aea.ruhr-uni-bochum.de
> ------------------------------------------------------------ ----------
|
|
|