PRINTAT Name
PRINTAT Purpose
Print given items at specified screen column and line.
Category
Calling Sequence
printat,C,L,itm1,itm2,itm3,...itm9 Inputs
C = column (1 - 80). in
L = line (1 - 24). in
itm1,itm2,... = up to 9 items to print. in
Items may be text strings or numbers.
Keyword Parameters
Keywords
/BOLD gives bold text.
/UNDERLINE gives underlined text.
/BLINK gives blinking text.
/NEGATIVE gives negative text.
Any combination of the above keywords are allowed.
/CLEAR clears the screen from given position to end.
CLEAR=n clears the next n characters (vt200 mode only).
Outputs
Common Blocks
Notes
Modification History
Ray Sterner 26 Nov, 1985.
R. Sterner, 27 Jan, 1992 --- rewrote.
Johns Hopkins University Applied Physics Laboratory.
Copyright (C) 1985, 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.