Difference between revisions of "TextDisplay.column"
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...") |
m |
||
Line 1: | Line 1: | ||
− | <c>TextDisplay.column</c> gets or sets the column of the text cursor, where subsequent printing | + | <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. | will begin. Column values range from 0 on the left to 67 on the right. | ||
Latest revision as of 15:02, 2 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!"