vtclr (2) --- clear a rectangle on the screen 07/11/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n subroutine vtclr (srow, scol, erow, ecol) integer srow, scol, erow, ecol | Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_n 'Vtclr' is used to clear a rectangle on the users terminal. The arguments are the starting row 'srow', starting column 'scol', ending row 'erow', and ending column 'ecol'. _I_m_p_l_e_m_e_n_t_a_t_i_o_n After boundaries are checked and truncated (to 1 for values less than 1, and MAXCOL and MAXROW for values greater than their respective dimension) a small loop simply writes sequences of blanks on the screen using 'vt$put'. _C_a_l_l_s vt$put _S_e_e _A_l_s_o other vt?* routines (2) vtclr (2) - 1 - vtclr (2)