Inquiry function
Default integer scalar.
The result has a value equal to the number of characters in STRING if it is scalar or in an element of STRING if it is array valued.
If C is declared by the statement
CHARACTER (11) C(100)
LEN (C) has the value 11.