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>getpage()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GETPAGE()
 Determines the current screen page
------------------------------------------------------------------------------
 Syntax

     GETPAGE([<lHiddenPage>]) --> nScreenPage

 Argument

     <lHiddenPage>  Designates an optional parameter.  If this parameter
     is .T., the function returns the number of the currently hidden page.
     If this parameter is .F., the function returns the number of the visible
     screen page.  The default value is .F..

 Returns

     GETPAGE() returns the number of the currently set screen pages.

 Description

     GETPAGE() allows you to determine which screen page is currently
     available.  The screen page that is currently available can be switched
     by using the SETPAGE() function.

     Since screen output can be directed to a hidden screen page, you can
     determine the number of this hidden page by setting the parameter to .T.

 Example

     Determine the active screen page:

     ? GETPAGE()                        // i.e. 2


See Also: SETPAGE()

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