lsdrop (4) --- drop characters from a linked string 01/03/83 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n pointer function lsdrop (ptr, len) pointer ptr integer len Library: vlslb _F_u_n_c_t_i_o_n The value of the function is a pointer to a string contain- ing all but the first 'len' characters of the string specified by 'ptr'. _I_m_p_l_e_m_e_n_t_a_t_i_o_n 'Lspos' is called to position the string to position 'len' + 1. 'Lscopy' is then called to copy the remainder into a newly allocated string, a pointer to which is returned as the function value. _C_a_l_l_s lscopy _B_u_g_s Locally supported. _S_e_e _A_l_s_o lsdel (4), lssubs (4), lstake (4) lsdrop (4) - 1 - lsdrop (4)