Casio ClassPad 300 PLUS User Manual

Page 551

Advertising
background image

20050501

12-6-6

Program Command Reference

k Output

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

O and 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 re-display the Program Output window following

display of the Graph window, Table window, or other window.

Example:

To re-display the Program Output window after it has been cleared by a
graphing operation or some other operation

GraphType “

y

=”

Define

y

1(

x

) =

(

x

)

GTSelOn 1

ViewWindow –7.7, 7.7, 1, –3.8, 3.8, 1

0 S FStart

10 S FEnd

1 S FStep

ClrText

Initializes the Program Output window.

Print “

y

1(

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

Re-displays the Program Output window.

Pause

Pauses program execution to allow user to read Program Output window message.

Advertising