WINSIZE

 

 

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

Columns
is the column number 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)

 

Comment on this topic

Topic ID: 520255

 
 
 

Table of Contents

Index

Glossary

-Search-

Back