Built-in functions / Built-in functions |
Returns the width of the current window as a number of columns.
FGL_GETWIN_WIDTH() RETURNING result INTEGER
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.