|
NCEPLIBS-bufr
12.0.0
|
Search for a valid FXY number within a character string. More...
Go to the source code of this file.
Functions/Subroutines | |
| function | igetfxy (STR, CFXY) |
| This function looks for and returns a valid FXY number from within the given input string. More... | |
Search for a valid FXY number within a character string.
Definition in file igetfxy.f.
| function igetfxy | ( | character*(*) | STR, |
| character*6 | CFXY | ||
| ) |
This function looks for and returns a valid FXY number from within the given input string.
The FXY number may be in format of either FXXYYY or F-XX-YYY within the input string, but it is always returned in format FXXYYY upon output.
| [in] | STR | - character*(*): input string. |
| [in] | CFXY | - character*6: FXY number in format FXXYYY. |
Definition at line 19 of file igetfxy.f.
References numbck().