ST_ALNM

The ST_ALNM routine determines whether a character isi
            a letter, number or non-alphanumeric character.

USAGE:   CALL ST_ALNM(CHRSTR,ITYP,IRET)


   Input parameters:
      CHRSTR          CHAR*1          Character to analyze

   Output parameters:
      ITYP            INTEGER         Character type
                                        0 = non-alphanumeric
                                        1 = number
                                        2 = letter
      IRET            INTEGER         Return code
                                        0 = normal return
 
GEMLIB.tar Library contains routines utilities for GEMPAK. (Fortran90)
Date posted: 2/27/2007