2.8.2 SGTXU/SGTXV/SGTXR

1.
Function
Draws a text in the U/V/R-coordinates.
2.
Call
CALL SGTXU(UX,UY,CHARS)
CALL SGTXV(VX,VY,CHARS)
CALL SGTXR(RX,RY,CHARS)
3.
Explanation of Parameters
UX, UY (R) Gives the (X, Y) coordinates of the position of the text in UC.
VX, VY (R) Gives the (X, Y) coordinates of the position of the text in VC.
RX, RY (R) Gives the (X, Y) coordinates of the position of the text in RC.
CHARS (C*(*)) The text (character string).
4.
Notes
(a)
The attributes of the text are set by SGSTXS, SGSTXR, SGSTXC, and SGSTXI.