Difference between revisions of "TextDisplay.row"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "<c>TextDisplay.row</c> gets or sets the row of the text cursor, where subsequent printing will begin. Row values range from 0 at the bottom of the screen, to 25 at the top....")
 
m
 
Line 1: Line 1:
<c>TextDisplay.row</c> gets or sets the row of the text cursor, where subsequent printing will
+
<c>[[TextDisplay]].row</c> gets or sets the row of the text cursor, where subsequent printing will
 
begin.  Row values range from 0 at the bottom of the screen, to 25 at the top.
 
begin.  Row values range from 0 at the bottom of the screen, to 25 at the top.
  

Latest revision as of 15:03, 2 April 2020

TextDisplay.row gets or sets the row of the text cursor, where subsequent printing will begin. Row values range from 0 at the bottom of the screen, to 25 at the top.

Example

text.row = 25; print "At the top!"