ST_RANG

The ST_RANG routine changes a string range into the beginning,
            end, and increment values. The values must be separated by '-'.

USAGE:   CALL ST_RANG  ( STRING, FIRST, LAST, INC, ITYPE, IRET )

   Input parameters:
      STRING          CHAR*           String

   Output parameters:
      FIRST           CHAR*           First value in range
      LAST            CHAR*           Last value in range
      INC             CHAR*           Range increment
      ITYPE           INTEGER         Range type
                                        0 = no range input
                                        1 = range without increment
                                        2 = range with increment
      IRET            INTEGER         Return code
                                        0 = normal return

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