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>restcursor()</b> http://www.X-Hacker.org [<<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()

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