TextDisplay.column

From MiniScript Wiki
Revision as of 15:02, 2 April 2020 by JoeStrout (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

TextDisplay.column gets or sets the column of the text cursor, where subsequent printing will begin. Column values range from 0 on the left to 67 on the right.

Example

text.column = 60; print "HEY!"