lspos (4) --- find position in linked string 03/23/80 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n character function lspos (ptr, pos) pointer ptr integer pos Library: vlslb _F_u_n_c_t_i_o_n 'Ptr' is updated to point to the string starting at position 'pos'. 'Ptr' will not be updated past the EOS. The value returned by the function is the character in position 'pos'. _I_m_p_l_e_m_e_n_t_a_t_i_o_n The string is traversed until 'pos' - 1 characters have been skipped. The new pointer is then returned in 'ptr' and as the function value. _A_r_g_u_m_e_n_t_s _M_o_d_i_f_i_e_d ptr _B_u_g_s Locally supported. lspos (4) - 1 - lspos (4)