[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
SAVECURSOR()
Saves current cursor position and form
------------------------------------------------------------------------------
Syntax
SAVECURSOR() --> nCursorSetting
Returns
SAVECURSOR() returns a numeric value that corresponds to the setting for
ROW(), COL(), SETCURSOR(), and CSETCURS().
Description
SAVECURSOR() saves three pieces of screen information at one time.
SAVECURSOR() returns a combined numeric value that you can save and
restore later with RESTCURSOR().
Example
Save and restore the cursor:
nVar := SAVECURSOR()
DO OUTPUT
RESTCURSOR(nVar)
See Also:
RESTCURSOR()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson