TXTMESS Name
TXTMESS Purpose
Display a message on the screen and wait for any key.
Category
Calling Sequence
txtmess, txt Inputs
txt = string or string array. in
Keyword Parameters
Keywords
/NOCLEAR inhibits the screen clear but will erase
displayed text on exit.
X=x message starting column (def=centered around col 40).
Y=y message starting line (def=centered around line 10).
PROMPT=txt set prompt text.
def=< Press any key to continue >
KEY=k returned value of key pressed.
WAIT=s message wait time in seconds. This overides
the wait for a key press and times out.
Outputs
Common Blocks
Notes
Modification History
R. Sterner, 14 Feb, 1992
R. Sterner, 14 Feb, 1992 --- added WAIT, /NOCLEAR
R. Sterner, 16 Mar, 1992 --- added PROMPT=txt, KEY=k.
R. Sterner, 2010 May 07 --- Converted arrays from () to [].
Copyright (C) 1992, 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.