Column (ScreenField property)

From m204wiki
Revision as of 19:41, 28 January 2011 by Tom (talk | contribs) (Created page with "This read-only property returns the number of the first column of a screenfield. The first column, in any field, is reserved for an attribute byte and does not contain displayabl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This read-only property returns the number of the first column of a screenfield. The first column, in any field, is reserved for an attribute byte and does not contain displayable data (it appears on a screen as a blank). The field's value (display data) begins by default in the column immediately following the reserved column.

 %num = %sfield:Column
Column syntax
%num
A User Language numeric variable to contain the number of the field's first column.
%sfield
A reference to an instance of a ScreenField object.