GRAB_COMMANDS Name
GRAB_COMMANDS Purpose
Grab command line recall commands and save in a text file.
Category
Calling Sequence
grab_commands Inputs
Keyword Parameters
Keywords
FILE=file File to save commands in,
def=IDL_commands_hhmmss.txt, hhmmss = time tag.
Outputs
Common Blocks
grab_commands_com Notes
Note a separate file is used for each session of IDL.
SETFILE=file Sets save file and then returns. Useful
to set your own default save file name in your
IDL startup file.
Note: You may set the number of lines in the recall buffer
by setting !EDIT_INPUT=n in your IDL startup file. n is
20 by default but may be set to a large value (like 1000).
Modification History
R. Sterner, 1998 Sep 24
R. Sterner, 1998 Sep 30 --- Added time tag to default file.
R. Sterner, 2010 Jun 04 --- Converted arrays from () to [].
Copyright (C) 1998, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.