TextDisplay.column

From MiniScript Wiki
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!"