home *** CD-ROM | disk | FTP | other *** search
- *****************************************************************
- FUNCTION SCRNSAVE (top, left, bottom, right)
- *****************************************************************
-
- * Save partial screen and its coordinates in character variable
-
- * Copyright(c) 1991 - James Occhiogrosso
-
- * Convert coordinates to a 4 character string and place it
- * at the beginning of the screen variable
-
- RETURN(CHR(top) + CHR(left) + CHR(bottom) + CHR(right) + ;
- SAVESCREEN(top, left, bottom, right) )
-
-