Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ len(3F) — Sun FORTRAN 1.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

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

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