WINSIZE |
DEVELOPER |
|
|
|
|
Purpose |
WINSIZE sets the size of a window. |
|
Syntax |
WINSIZE("cycle tagname",rows,cols) -or- WINSIZE(LS-num,rows,cols) |
|
Operation |
Cycle Tagname is the name of the Cycle. |
|
Remarks |
|
|
Example |
To set the dimensions of a Window called 'Window1' to a height of 5 rows and a width of 10 columns: WINSIZE("Window1",5,10) |
Topic ID: 520255