Rows (Screen function)

From m204wiki
Revision as of 19:07, 31 January 2011 by Tom (talk | contribs) (→‎Rows property)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This read-only property returns the number of rows in the current screen. This number corresponds to the row value returned by a Model 204 VIEW MODEL command.

  %num = %screen:Rows
Rows syntax
%num
A numeric variable to contain the number of screen rows.
%screen
A reference to an instance of a Screen object.