SysTextScreenSize
Function:
Syntax:
result = SysTextScreenSize()
result
The size of the screen. The format
of the result string is 'row col'.
Purpose:
This function returns the size of the screen.
/* Example */call RxFuncAdd 'SysTextScreenSize', 'RexxUtil', 'SysTextScreenSize'
parse value SysTextScreenSize() with row col
say 'Rows='row', Columns='col
[Back: SysTextScreenRead]
[Next: SysWaitNamedPipe]