Columns (Screen function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Return the number of columns in the current screen (Screen class)

The Columns readOnly property returns the number of columns in the current screen. This number corresponds to the column value returned by a Model 204 VIEW MODEL command.

Syntax

%number = screen:Columns

Syntax terms

%number A numeric variable to contain the returned number of columns.
screen A reference to an instance of a Screen object.

See also