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.