TextDisplay.column
Revision as of 21:52, 1 April 2020 by 71.226.33.30 (talk) (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...")
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!"