ST_RNAN

The ST_RNAN routine replaces non-alphanumeric characters
            with spaces and removes the extra spaces from a character
            string.  The characters period (.), plus sign (+), minus
            sign (-) and asterisk (*) are not removed.

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

   Input parameters:
      STRING          CHAR*           String

   Output parameters:
      OUTSTR          CHAR*           Converted string
      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