Processing math: 100%

SGS_TXI

Begin new text with integer

ACTION:
Starts a new SGS buffered text string with text derived from the specified integer.
CALL:
SGS_TXI(x,y,i,nfi)
INPUT PARAMETERS:

x,y

R

Reference point of new SGS buffered string.

i

I

Integer to be converted to characters.

nfi

I

Indication of field width: similar to SGS_ATXI.

GKS EFFECT:
A new SGS buffered string is begun: equivalent to SGS_BPOLY(x,y). The converted integer is appended to it: equivalent to SGS_ATXI(i,nfi).