Returns the length of a character string, ignoring any trailing blanks. This is identical to the standard LEN_TRIM intrinsic, and is only included for backwards compatibility.
GNU extension
Elemental function
RESULT = LNBLNK(STRING)
| STRING | Shall be a scalar of type CHARACTER, with INTENT(IN)
|
The return value is of INTEGER(kind=4) type.
INDEX — Position of a substring within a string, LEN_TRIM — Length of a character entity without trailing blank characters
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gfortran/LNBLNK.html