ST_INLN

The ST_INLN routine converts an integer to a character string.
            Unlike ST_INCH, the length of the string is returned.

USAGE:   CALL ST_INLN  ( INTG, STRING, LENS, IRET )

   Input parameters:
      INTG            INTEGER         Integer

   Output parameters:
      STRING          CHAR*           String
      LENS            INTEGER         Length of string
      IRET            INTEGER         Return code
                                        0 = normal return
                                       -2 = conversion error

 
GEMLIB.tar Library contains routines utilities for GEMPAK. (Fortran90)
Date posted: 2/27/2007