lssubs (4) --- take a substring of 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 lssubs (ptr, pos, len) pointer ptr integer pos, len Library: vlslb _F_u_n_c_t_i_o_n The value of the function is a pointer to a string contain- ing 'len' characters from the string specified by 'ptr', starting at position 'pos'. _I_m_p_l_e_m_e_n_t_a_t_i_o_n A new string of length 'len' is allocated, the string specified by 'ptr' is positioned to 'pos', and 'len' charac- ters are then copied to the new string with calls to 'lsgetc' and 'lsputc'. _C_a_l_l_s lsallo, lsgetc, lslen, lspos, lsputc _B_u_g_s Locally supported. _S_e_e _A_l_s_o lscut (4), lsdel (4), lsdrop (4), lstake (4) lssubs (4) - 1 - lssubs (4)