Difference between revisions of "SROWS()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return the number of screen rows | Function to return the number of screen rows | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[ | + | [[COL()]], [[MAXCOL()]], [[MAXROW()]], [[PCOL()]], [[PROW()]], [[ROW()]], [[SCOLS()]] |
Line 30: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 17:34, 7 December 2009
Purpose
Function to return the number of screen rows
Syntax
SROWS()
See Also
COL(), MAXCOL(), MAXROW(), PCOL(), PROW(), ROW(), SCOLS()
Description
The SROWS() function returns the number of rows being used on the current terminal. The return value is of numeric data type. SROWS() may be used to determine how screen or printed listings will be affected by the row setting.
Example
?srows() 25
Products
Recital