|
NCEPLIBS-w3emc
2.10.0
|
Extracts real numbers from a free-format character string. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | fparser (CARG, MARG, RARG) |
| This subprogram extracts real numbers from a free-format character string. More... | |
Extracts real numbers from a free-format character string.
Definition in file fparser.f.
| subroutine fparser | ( | character*(*) | CARG, |
| MARG, | |||
| real, dimension(marg) | RARG | ||
| ) |
This subprogram extracts real numbers from a free-format character string.
It is useful for parsing command arguments.
Program history log:
| [in] | CARG | character*(*) string of ascii digits to parse. Real numbers may be separated by a comma or by blanks. |
| [in] | MARG | integer maximum number of real numbers to parse. |
| [out] | RARG | real (MARG) numbers parsed. (from 0 to MARG values may be returned.) |