len(3f) — RISC
NAME
len − return length of FORTRAN string
SYNTAX
character*B ch
integer i
i = len(ch)
DESCRIPTION
The len function returns the length of string specified by ch.
len − return length of FORTRAN string
character*B ch
integer i
i = len(ch)
The len function returns the length of string specified by ch.