Built-in functions / Built-in functions |
Returns the number of rows of the current window.
FGL_GETWIN_HEIGHT() RETURNING result INTEGER
The FGL_GETWIN_HEIGHT() function returns the height of the current window, in character units.
This function is provided for text mode applications, in GUI mode, windows are re-sizeable and thus their height is variable.