disp_clr()

Command:

disp_clr()                  clear text screen

Command
Syntax:

disp_clr()                  clear text screen

Module:

ti_system

Describe:

Clear the screen in the Shell environment. Row 0-11, integer may be used as an optional argument to clear a display row of the Shell environment.

Python
Code
Sample:

from ti_system import *

disp_clr() #clears Shell screen

disp_at(5,"hello","left")

disp_cursor(0)

disp_wait()

Result:

Clear the screen in the Shell environment. Row 0-11, integer may be used as an optional argument to clear a display row of the Shell environment.

Error:

 

Type or
Addressable
Component:

from ti_system import*

See Also: disp_clr()