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.