length (2) --- find length of a string 03/23/80 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n integer function length (str) character str (ARB) Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Length' returns the length of the string passed as its first parameter. _I_m_p_l_e_m_e_n_t_a_t_i_o_n A simple loop is used to count characters until an EOS is encountered. _B_u_g_s Slow. length (2) - 1 - length (2)