Difference between revisions of "TextDisplay.column"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "<c>TextDisplay.column</c> 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. == Exa...")
(No difference)

Revision as of 21:52, 1 April 2020

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!"