>>-SysTextScreenSize()-----------------------------------------><
Returns the size of the screen in the format: row col.
Example:
/* Code */ call RxFuncAdd "SysTextScreenSize", "RexxUtil", "SysTextScreenSize" parse value SysTextScreenSize() with row col say "Rows="row", Columns="col