Index Click this button to go to the index for this section.


len(3)

NAME

len - return length of Fortran string

SYNOPSIS

character*B ch integer i i = len(ch)

DESCRIPTION

len returns the length of string ch.