Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>savecursor()</b> http://www.X-Hacker.org [<<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()

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