disp_at(row,col,"text")

Command:

disp_at(row,col,"text")

Command
Syntax:

disp_at(row,col,"text")

Module:

ti_system

Describe:

Display text starting at a row and column position on the plotting area.

REPL with cursor >>>| will appear after text if at end of program. Use disp_cursor() to control cursor display.

Python
Code
Sample:

from ti_system import *

disp_clr() #clears Shell screen

disp_at(5,6,"hello")

disp_cursor(0)

disp_wait()

Result:

Display text starting at a row and column position on the plotting area.

Error:

 

Type or
Addressable
Component:

from ti_system import*

See Also: disp_at(r,c,t)