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.
FILES
/usr/lang/f77/libF77.a
SEE ALSO
lnblnk in index(3F)
Sun Release 4.1 — Last change: 13 November 1989