vtputl (2) --- put line into terminal screen buffer 07/11/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n subroutine vtputl (str, row, col) integer row, col character str (ARB) | Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Vtputl' is used to place a string of characters into the screen buffer, in the specified position. The first argument is the EOS-terminated string of characters to be displayed; the second and third arguments are the (row, column) position on the screen where the first character of the string is to be displayed. 'Vtputl' only places the string into the screen buffer; 'vtupd' must be called before any changes to the internal buffer are reflected on the screen. _I_m_p_l_e_m_e_n_t_a_t_i_o_n 'Vtputl' simply calls 'vt$put' with the same arguments, plus the length of the string, and then returns. _C_a_l_l_s vt$put, length _S_e_e _A_l_s_o length (2), and other vt?* routines (2) vtputl (2) - 1 - vtputl (2)