#math7##tex2html_wrap_inline130# - repeat the previous command. Alternatively
from the ``Robot Command;SPMquot; line (<#42#>not<#42#> within a file) you can use
``!!;SPMquot;. Also, from the ``Robot Command;SPMquot; line a command entered
starting with a ``!;SPMquot; or a ``#tex2html_wrap_inline132#;SPMquot; will attempt to match the command
with a previously issued one similar to the way the 'C' shell works.
From this line the previous command can also be edited using
a sequence like ``#tex2html_wrap_inline134#old_string#tex2html_wrap_inline136#new_string#tex2html_wrap_inline138#;SPMquot; -
this is again similar to the 'C' shell.
Note that #math8##tex2html_wrap_inline140# differentiates between commands
from a file and commands entered interactively. If you have
#math9##tex2html_wrap_inline142# in a file then the previous non-interactive
command is repeated. If #math10##tex2html_wrap_inline144# is entered interactively
then the previous interactive command is repeated (e.g. if you execute
a ``.rob;SPMquot; file then the command repeated will be ``file;SPMquot; and <#43#>not<#43#>
the last command in the ``.rob;SPMquot; file.
FLUSH - flushes graphics output.
WAIT - wait for a while. Argument is how long to wait. This is implemented
by doing a calculation a certain number of times. The length of time
waited thus depends on machine speed.
PAUSE - pop up a notice and halt execution until the button
on the notice is pressed.
ALIAS - alias a command to another string. Arguments: 1)
name of alias to use (no spaces), 2) what the command is to be
aliased to.
UNALIAS - remove an alias. Argument: name of alias.
NOALIASES - remove all aliases.
CD - change working directory. Argument: directory to change
to.
ARRAYSIZE - change the size of the data arrays inside Robot. i.e.
this affects how big a data file you can use. Argument: new data
array size. Arraysize can also be specified as a command
line argument. (e.g. robot -arraysize 500)
PLOTSCALE - scales the plotting area from its ``normal'' size.
e.g. if you have a small screen this can be useful. This
can be specified as a command line argument. For example,
invoke robot with ``robot -plotscale 0.8 -scale small''. The ``scale''
argument is a standard OpenWindows argument which will make
the control panels smaller. Using a plotscale #tex2html_wrap_inline146#1 will make
the display non-WYSIWYG as fonts are not reduced in proportion
to the new scale.
FLIP/FLIPPAGE - alternates graphs between landscape and portrait
orientations.