NCEPLIBS-w3emc 2.12.0
|
Extract integers from a free-format character string. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | fparsei (carg, marg, karg) |
This subprogram extracts integers from a free-format character string. | |
subroutine fparsei | ( | character*(*) | carg, |
marg, | |||
integer, dimension(marg) | karg | ||
) |
This subprogram extracts integers 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. Integers may be separated by a comma or by blanks. |
[in] | MARG | integer maximum number of integers to parse. |
[out] | KARG | integer (MARG) numbers parsed. (from 0 to MARG values may be returned.) |