8-5-12

Command Reference

kClear Commands (CLR)

ClrGraph

Function: This command clears the graph screen and returns View Window settings to their INIT values.

Syntax: ClrGraph

Description: This command clears the graph screen during program execution.

ClrList

Function: This command deletes list data.

Syntax: ClrList <list name>

ClrList

Parameters: list name: 1 to 26, Ans

Description: This command deletes the data in the list specified by “list name”. All list data is deleted if nothing is specified for “list name”.

ClrMat

Function: This command deletes matrix data.

Syntax: ClrMat <matrix name>

ClrMat

Parameters: matrix name: A to Z, Ans

Description: This command deletes the data in the matrix specified by “matrix name”. All matrix data is deleted if nothing is specified for “matrix name”.

ClrText

Function: This command clears the text screen.

Syntax: ClrText

Description: This command clears text from the screen during program execution.

20050401