TXTMETER Name
TXTMETER Purpose
Display a 0 to 100% meter on a text screen.
Category
Calling Sequence
txtmeter, fr Inputs
fr = fraction, 0 to 1.00 to display as %. in
Keyword Parameters
Keywords
/INITIALIZE must be called to start meter.
/CLEAR will erase the specified meter.
TITLE=txt set meter title (def=no title). Only on /INIT.
Y=y set meter screen line (def = line 15). Only in /INIT.
NUMBER=n selects meter number, 0 to 9 (def=0).
/ALTERNATE use alternate symbol (instead of space)
to indicate percent.
Outputs
Common Blocks
txtmeter_com Notes
Notes: A meter will look something like this:
Process status
**********|**.......|.........|... 24%
0% 20% 40% 60%
Except negative spaces will be used in place of *.
Modification History
R. Sterner, 21 Feb, 1992
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.