SCREEN-LINES function
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns, as an INTEGER value, the number of lines you can use to display frames. This value omits the space used by the message area and status area.
Note: Does
not apply to SpeedScript programming.
Syntax
|
Example
Here, a different number of customer records is displayed depending on the number returned by the SCREEN-LINES function:
r-scrnln.p
|