FPARSEI

The FPARSEI routine parses integers from a character string.

USAGE:  CALL FPARSEI(CARG,MARG,KARG)

   Input argument list:
      CARG     - CHARACTER*(*) STRING OF ASCII DIGITS TO PARSE.
                 INTEGERS MAY BE SEPARATED BY A COMMA OR BY BLANKS.
      MARG     - INTEGER MAXIMUM NUMBER OF INTEGERS TO PARSE.

   Output argument list:
      KARG     - INTEGER (MARG) NUMBERS PARSED.
                 (FROM 0 TO MARG VALUES MAY BE RETURNED.)

REMARKS:
        To determine the actual number of integers found in the string,
        KARG should be set to fill values before the call to fparsei and
        the number of non-fill values should be counted after the call.

 
W3lib.tar Library contains Fortran 90 decoder/encoder routines for GRIB edition 1. (Fortran90)
Date posted: 2/22/2007