Next: , Previous: Len Intrinsic, Up: Table of Intrinsic Functions



8.11.9.162 Len_Trim Intrinsic

     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.