SPRINT Name
SPRINT Purpose
Print text on screen, allows easy update.
Category
Calling Sequence
sprint, n, txt Inputs
n = text index number. in
txt = new text. in
Keyword Parameters
Keywords
INDEX=in on text setup returned text index.
SIZE=s text size (def=1).
COLOR=c text color (def=max).
ERASE=e erase color (def=0).
Outputs
Common Blocks
sprint_com
sprint_com
Notes
Notes
To setup text do:
sprint, x, y, txt
x,y = screen coordinates of text. in
txt = initial text at that location. in
To display all current text do:
sprint
Modification History
R. Sterner, 6 Oct, 1991
R. Sterner, 1998 Jan 15 --- Dropped use of !d.n_colors.
Copyright (C) 1991, 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.