LEN(3F) — FORTRAN LIBRARY ROUTINES
NAME
len − return the declared length of a character string
SYNOPSIS
function LEN ( arg )
DESCRIPTION
The returned value will be the number of characters in the declared length. Example: CHARACTER A∗17
A = ’xyz’
N = LEN( A ) In the above example, N is 17, not 3.
Sun Release 4.0 — Last change: 11 April 1987