disp_wait()

Command:

disp_wait()                  [clear]

Command
Syntax:

disp_wait()                  [clear]

Module:

ti_system

Describe:

Stop the execution of program at this point and display screen content until [clear] is pressed and the screen is cleared.

Python
Code
Sample:

from ti_system import *

disp_clr() #clears Shell screen

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

disp_cursor(0)

disp_wait()

Result:

Stop the execution of program at this point and display screen content until [clear] is pressed and the screen is cleared.

Error:

 

Type or
Addressable
Component:

from ti_system import*

See Also: disp_wait()