ST_RMBL

The ST_RMBL routine removes spaces and tabs from a string.
            The input and output strings may be the same variable.

USAGE:   CALL ST_RMBL  ( STRING, OUTSTR, LENGTH, IRET )

   Input parameters:
      STRING          CHAR*           String

   Output parameters:
      OUTSTR          CHAR*           String without blanks
      LENGTH          INTEGER         Length of output string
      IRET            INTEGER         Return code
                                       0 = normal return
 
GEMLIB.tar Library contains routines utilities for GEMPAK. (Fortran90)
Date posted: 2/27/2007