FGL_GETWIN_WIDTH()

Returns the width of the current window as a number of columns.

Syntax

FGL_GETWIN_WIDTH()
  RETURNING result INTEGER

Usage

The FGL_GETWIN_WIDTH() function returns the width 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 width is variable.