len - return length of Fortran string
character*B ch integer i i = len(ch)
The len() routine returns the length of string ch. len(3)