SGS_TX

Begin a new text string with a string

ACTION:
Starts a new SGS buffered text string with the specified text.
CALL:
SGS_TX(x,y,string)
INPUT PARAMETERS:

x,y

R

Reference point for new SGS buffered string.

string

C

Text string to be put into emptied text buffer.

GKS EFFECT:
A new SGS buffered string is begun: equivalent to SGS_BTEXT(x,y); the specified string is appended to it: equivalent to SGS_ATEXT(string)