Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>boxsave() save a screen region, its coordinates, and size</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BOXSAVE()   Save a screen region, its coordinates, and size

 Syntax....: BOXSAVE( tr,lc,br,rc )
 Parameters: <expN>: tr = top row coordinate
             <expN>: lc = left column
             <expN>: br = bottom row
             <expN>: rc = right column

 Returns...: <expC>: 4 byte header + SAVESCREEN() string
 Cautions..: none
 CC Calls..: none
 Alias.....: none

 Example...: sv_scrn= BOXSAVE( 02,02,19,79 )
             ... screen changes ...
             BOXREST( sv_scrn )

See Also: BOXREST

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson