lslen (4) --- compute length of linked string 03/23/80 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n integer function lslen (ptr) pointer ptr Library: vlslb _F_u_n_c_t_i_o_n The length of the string specified by 'ptr' is returned as the function value. 'Ptr' is not modified. _I_m_p_l_e_m_e_n_t_a_t_i_o_n The number of characters in the string is counted by calling 'lsgetc' until it returns EOS. The length is computed as the number of calls to 'lsgetc' minus 1. _C_a_l_l_s lsgetc _B_u_g_s Locally supported. lslen (4) - 1 - lslen (4)