LEN
— Length of a character entityL = LEN(STRING [, KIND])
STRING | Shall be a scalar or array of type
CHARACTER , with INTENT(IN)
|
KIND | (Optional) An INTEGER initialization
expression indicating the kind parameter of the result.
|
INTEGER
and of kind KIND. If
KIND is absent, the return value is of default integer kind.
Name | Argument | Return type | Standard
|
LEN(STRING) | CHARACTER | INTEGER | Fortran 77 and later
|