Next: LGe Intrinsic, Previous: Len Intrinsic, Up: Table of Intrinsic Functions
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.