ST_FIND

The ST_FIND routine searches for a particular string in a 
            list of strings.  The position in the array is returned
            in IPOS.  If the string is not found, IPOS is set to 0.

USAGE:   ST_FIND  ( STRING, STLIST, NSTR, IPOS, IRET )

   Input parameters:
      STRING          CHAR*           String
      STLIST (NSTR)   CHAR*           List of strings
      NSTR            INTEGER         Number of strings in list

   Output parameters:
      IPOS            INTEGER         Position of string in list
                                        0 = not found
      IRET            INTEGER         Return code
                                        0 = normal return

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