ST_RMST

The ST_RMST routine finds a substring within a string and
            returns the position of that substring and the output
            string with the substring removed.  If the substring
            is not found, the position, IPOS, is set to zero.

   Input parameters:
      STRING          CHAR*           String
      SUBSTR          CHAR*           Substring

   Output parameters:
      IPOS            INTEGER         Position of substring
      OUTSTR          CHAR*           Output string less substring
      IRET            INTEGER         Return code
                                       0 = normal return

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