9.167. LEN_TRIM
9.167 LEN_TRIM — Length of a character entity without trailing blank characters
- Description:
-
Returns the length of a character string, ignoring any trailing blanks.
- Standard:
-
Fortran 95 and later, with KIND argument Fortran 2003 and later
- Class:
-
Elemental function
- Syntax:
-
RESULT = LEN_TRIM(STRING [, KIND])
- Arguments:
-
STRING Shall be a scalar of type CHARACTER
, withINTENT(IN)
KIND (Optional) An 登录查看完整内容INTEGER
initialization expression indicating the kind parameter of the result.