lsextr (4) --- extract contiguous string from linked string 02/25/80 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n integer function lsextr (ptr, str, max) pointer ptr character str (ARB) integer max Library: vlslb _F_u_n_c_t_i_o_n The linked string specified by 'ptr' is copied into 'str'. No more than 'max' positions of 'str' will be used. _I_m_p_l_e_m_e_n_t_a_t_i_o_n Characters from the linked string are extracted using 'lsgetc' and placed in consecutive positions of 'str'. _A_r_g_u_m_e_n_t_s _M_o_d_i_f_i_e_d str _C_a_l_l_s lsgetc _B_u_g_s Locally supported. _S_e_e _A_l_s_o lsmake (4) lsextr (4) - 1 - lsextr (4)