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>boxrest() restores a screen region using stored coordinates and size</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 BOXREST()   Restores a screen region using stored coordinates and size

 Syntax....: BOXREST( sv_scrn [,ntr, [nlc]] )
 Parameters: <expC>: sv_scrn = the BOXSAVE() string
 [optional]  <expN>: ntr     = new top row      [optional]
  "      "   <expN>: nlc     = new left column  [optional]

 Returns...: expL: .T.
 Cautions..: none
 CC Calls..: none
 Alias.....: none

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

See Also: BOXSAVE

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