ST_UTAB

The ST_UTAB routine substitutes spaces for tabs in a string.
            Spaces are added for each tab found so that the character
            after the tab appears at the next tab stop.  Tab stops
            are assumed to be at positions 9, 17, 25, ....  The input
            and output strings may be the same variable.

USAGE:   CALL ST_UTAB  ( STRING, NCHAR, OUTSTR, IRET )

   Input parameters:
      STRING          CHAR*           Input string 
      NCHAR           INTEGER         Number of characters

   Output parameters:
      OUTSTR          CHAR*           Output string
      IRET            INTEGER         Return code
                                       0 = normal return

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