Go to the first, previous, next, last section, table of contents.
Len_Trim(String)
Len_Trim: INTEGER(KIND=1) function.
String: CHARACTER; scalar; INTENT(IN).
Intrinsic groups: f90.
Description:
Returns the index of the last non-blank character in String.
LNBLNK and LEN_TRIM are equivalent.
Go to the first, previous, next, last section, table of contents.