Difference between revisions of "MAXROW()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return the highest addressable row number | Function to return the highest addressable row number | ||
Line 27: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 16:44, 3 December 2009
Purpose
Function to return the highest addressable row number
Syntax
MAXROW()
See Also
COL(), MAXCOL(), PCOL(), PROW(), ROW(), SCOLS(), SROWS()
Description
The MAXROW() function returns the highest addressable row number for the present terminal. The return value is numeric data type. The number of addressable rows is dependent on the setting of item 220 in the current Terminal Definition File. For terminals that support access to 25 lines, rows are addressable from 0 to 24. For terminals that support 24 lines, rows are addressable from 0 to 23, and MAXROW() will return 23.
Example
?maxrow() 24
Products
Recital