PAGESIZE |
DEVELOPER |
|
|
|
|
Purpose |
PAGESIZE returns the dimensions (#rows,#columns) of a named Screen cycle. |
|
Syntax |
PAGESIZE("cycle tagname",rows,cols) -or- PAGESIZE(LS-num,rows,cols) |
|
Operation |
Cycle Tagname is the name of the Cycle. |
|
Remarks |
|
|
Example |
To return the PAGESIZE dimensions of a Screen cycle called is 'Screen1': PAGESIZE("Screen1",rows,cols) |
Topic ID: 520252