Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ len(3F) — Sun WorkShop 3.0.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

index(3F)

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

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026