Product SiteDocumentation Site

8.74. SysTextScreenSize (Windows only)


>>-SysTextScreenSize()-----------------------------------------><

Returns the size of the screen in the format: row col.

Example 8.43. RexxUtil - SysTextscreensize

/* Code */
call RxFuncAdd "SysTextScreenSize", "RexxUtil", "SysTextScreenSize"
parse value SysTextScreenSize() with row col
say "Rows="row", Columns="col