PAGESIZE

 

 

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.
Rows
 is the row number of the Cycle.

Columns
is the column number of the Cycle.

Remarks
 

 

Example
 

To return the PAGESIZE dimensions of a Screen cycle called is 'Screen1':

PAGESIZE("Screen1",rows,cols)

Comment on this topic

Topic ID: 520252

 
 
 

Table of Contents

Index

Glossary

-Search-

Back