Converts an integer to a character string, which is then placed in a field, using nfi as
an indication of field width. Appends the resulting field to the SGS buffered string.
CALL:
SGS_ATXI(i,nfi)
INPUT PARAMETERS:
i
I
Integertobeconvertedtocharacters.
nfi
I
Indicateswhatistobedonewiththeinteger.
GKS EFFECT:
None.
NOTES:
If nfi≥0, nfi
spaces are appended to the SGS buffered string, followed by the characters representing the number.
If nfi<0,
the characters representing the number are put right-justified into a field which is
−nfi
characters wide. If the field width is not sufficient, leading characters are lost.