[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
RESTSCREEN()
RESTSCREEN() displays a previously saved screen region to a specified
screen area.
Syntax
RESTSCREEN(<expn1>,<expN2>,<expN3>,<expN4>,<expC>)
Arguments
<expN1..expN4> are the screen coordinates to display screen data
contained in <expC>.
<expC> is a character strnig containing the screen data to display.
Returns
There is no return value.
Usage
RESTSCREEN() is used to redisplay a screen region saved with
SAVESCREEN(). The screen location to restore may be the same or
different. If you specify a new screen location, be sure that the new
screen region is the same size or you may get ambiguous results. In
addition, do not use RESTORE SCREEN to restore screen regions saved
with SAVESCREEN() or you will get equally ambiguous results.
See Also:
RESTORE SCREEN
SAVE SCREEN
SAVESCREEN
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson