[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
RESTCURSOR()
Restores a saved cursor position and form
------------------------------------------------------------------------------
Syntax
RESTCURSOR(<nCursorSetting>) --> cNull
Argument
<nCursorSetting> Designates a value previously returned by the
SAVECURSOR() function.
Returns
RESTCURSOR() always returns a null string.
Description
With SAVECURSOR(), you can save three pieces of screen information. If
those return values are saved, then you can reset ROW(), COL(), and
CSETCURS() later with RESTCURSOR().
Example
Save and restore:
nVar := SAVECURSOR()
DO OUTPUT
RESTCURSOR(nVar)
See Also:
SAVECURSOR()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson