[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GETLINES()
Determines the number of lines after which the screen display pauses
------------------------------------------------------------------------------
Syntax
GETLINES() --> nLineNumber
Returns
GETLINES() returns the value established with SETLINES()
Description
GETLINES() queries the value previously set with SETLINES().
Examples
. Set a value:
SETLINES(20)
LIST ...
. Query that value:
? GETLINES() // Result: 20
See Also:
SETLINES()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson