NAME length - compute length of string SYNOPSIS n = length(str) character str(ARB) integer n returned as the number of characters in str DESCRIPTION Computes the length of a character string, excluding the EOS. The string is an ascii character array terminated with an EOS marker. SEE ALSO DIAGNOSTICS None