NCEPLIBS-bufr
11.5.0
|
Test whether a character string is "missing". More...
Go to the source code of this file.
Functions/Subroutines | |
INTEGER function | icbfms (STR, LSTR) |
This function provides a handy way to check whether a character string returned from a previous call to subroutine readlc() was encoded as "missing" (all bits set to 1) within the actual BUFR data subset. More... | |
Test whether a character string is "missing".
Definition in file icbfms.f.
INTEGER function icbfms | ( | character*(*) | STR, |
LSTR | |||
) |
This function provides a handy way to check whether a character string returned from a previous call to subroutine readlc() was encoded as "missing" (all bits set to 1) within the actual BUFR data subset.
[in] | STR | - character*(*): String |
[in] | LSTR | - integer: Length of string, i.e. number of characters within STR to be tested |
Program history log:
Definition at line 31 of file icbfms.f.
References iupm().