Previous: uticf Up: ../plot79_u.html Next: uticr
SUBROUTINE UTICI (FIELD,NUMBER,PAD,LENGTH,NBASE)
C$ (Code Integer in Character Form)
C$ This subroutine converts an integer value to character
C$ form. The arguments are:
C$
C$ FIELD(*)........Array to contain the characters (1/word).
C$ If not large enough, the leading character
C$ will be a *.
C$ NUMBER..........Integer value to be converted.
C$ PAD............. .TRUE. - Convert leading blanks to zeroes.
C$ .FALSE. - leave leading blanks.
C$ LENGTH..........Length of FIELD(*).
C$ NBASE...........Number base. If not in range 2..16, the
C$ closer of 2 or 16 will be assumed.
C$ (03-OCT-83)