lstake (4) --- take characters from a linked string 03/23/80 _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n pointer function lstake (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 consist- ing of the first 'len' characters of the string specified by 'ptr'. _I_m_p_l_e_m_e_n_t_a_t_i_o_n A string of length 'len' is allocated, and the first 'len' characters of the string specified by 'ptr' are copied into it using 'lsgetc' and 'lsputc'. _C_a_l_l_s lsallo, lsgetc, lsputc _B_u_g_s Locally supported. _S_e_e _A_l_s_o lsdrop (4), lssubs (4) lstake (4) - 1 - lstake (4)