Program Command Reference
kOutput
About the Program Output window
The “Program Output window” shows text displayed by program execution. The term “Program Output window” does not include dialog boxes displayed by Message and other commands.
•Only one Program Output window can be stored at a time. Executing the ClrText command or using Program Loader to execute a text file clears the currently stored Program Output window.
•The Program Output window can be displayed by tapping Oand then [Program Output], or by tapping _on the Program Loader window. The Program Output window also appears whenever the DispText command is executed in a program.
ClrText
Syntax: ClrText
Function: This command clears text from the Program Output window.
DispText
Syntax: DispText
Function: This command displays the Program Output window.
Description: You can use this command to
Example: To
GraphType “y=”
Define y1(x) = (x)
GTSelOn 1
ViewWindow
0 S FStart
10 S FEnd
1 S FStep
ClrText ← Initializes the Program Output window.
Print “y1(x) = (x)” ← Displays the graph expression on the Program Output window.
Print “Tap Continue button.” ← Tells user what to do to continue program execution after reading the message.
Pause ← Pauses program execution to allow user to read Program Output window message. DrawGraph ← Draws the graph.
DispFTable ← Displays the table.
Pause ← Pauses program execution to allow for graph and table editing. Program Output window is not displayed at this time.
DispText ←
Pause ← Pauses program execution to allow user to read Program Output window message.
20050501