Difference between revisions of "TextDisplay.cell"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "<c>TextDisplay.cell</c> returns the character stored at a given row and column of the text display. See also: TextDisplay.setCell === Arguments === {| class="wikitable"...")
 
m
 
Line 1: Line 1:
<c>TextDisplay.cell</c> returns the character stored at a given row and column
+
<c>[[TextDisplay]].cell</c> returns the character stored at a given row and column
 
of the text display.
 
of the text display.
  

Latest revision as of 15:05, 2 April 2020

TextDisplay.cell returns the character stored at a given row and column of the text display.

See also: TextDisplay.setCell

Arguments

Parameter Name Type Default Value Meaning
x number 0 column of interest
y number 0 row of interest

Example

print text.cell(0,25)		// print character in top-left corner