home *** CD-ROM | disk | FTP | other *** search
- * ---------------------------------------------------------------
- * BOXCLEAR.prg - a routine that clears the screen INSIDE BIGBOXDT
- * ---------------------------------------------------------------
- * define LN BEFORE coming into this routine
- do while ln<24
- @ ln,1 say space(77)
- ln=ln+1
- enddo
- RETURN