SGS_ATXI

Append to text an integer

ACTION:
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

Integer to be converted to characters.

nfi

I

Indicates what is to be done with the integer.

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.