ST_INTG

The ST_INTG routine decodes a character string into an integer.
            If the string cannot be decoded, INTG is set to IMISSD.
            Note that only the substring containing the digits to be
            decoded should be sent to this subroutine, rather than
            a string with trailing blanks.

USAGE:   CALL ST_INTG  ( STRING, INTG, IRET )

   Input parameters:
      STRING          CHAR*           Input string

   Output parameters:
      INTG            INTEGER         Decoded integer
      IRET            INTEGER         Return code
                                        0 = normal return
                                       -2 = conversion error

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