FGL_GETWIN_HEIGHT()

Returns the number of rows of the current window.

Syntax

FGL_GETWIN_HEIGHT()
  RETURNING result INTEGER

Usage

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.