vtpad (2) --- pad the rest of a field with blanks 07/11/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n subroutine vtpad (len) integer len | Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Vtpad' simply clears the rest of a field with blanks, starting at the current cursor position. The single argument required is the length of the field to clear, from the current cursor position. _I_m_p_l_e_m_e_n_t_a_t_i_o_n 'Vtpad' simply checks how much more room is on a line with respect to the length to pad and the current cursor position and then stores blanks into the new screen, making sure that padding doesn't go past the end of the screen. _C_a_l_l_s vt$put _S_e_e _A_l_s_o other vt?* routines (2) vtpad (2) - 1 - vtpad (2)