Difference between revisions of "SCOLS()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) (→Products) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return the number of screen columns | Function to return the number of screen columns | ||
Line 15: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[ | + | [[COL()]], [[MAXCOL()]], [[MAXROW()]], [[PCOL()]], [[PROW()]], [[ROW()]], [[SROWS()]] |
Line 30: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 15:29, 7 December 2009
Purpose
Function to return the number of screen columns
Syntax
SCOLS()
See Also
COL(), MAXCOL(), MAXROW(), PCOL(), PROW(), ROW(), SROWS()
Description
The SCOLS() function returns the number of columns being used on the current terminal. The return value is numeric data type. In Recital addressable column numbers range from 0 to 79, however some programs may change this number to 80 or more. SCOLS() may be used to determine how screen or printed displays are affected by such changes.
Example
?scols() 79
Products
Recital