RclVWinMisc - Graph&Table(2)Syntax: RclVWin{<variable name> ; <folder name\ file name>}

Function: Recalls View Window values, which were previously saved under the specified name.

Description: A folder path can be specified only up to one level.

Receive38kI/O - CommunicationSyntax: Receive38k<variable name>Function: Receives EA-200 data.

Description:

The OpenComPort38k command must be executed before this command is executed.

The CloseComPort38k command must be executed after this command is executed.

For details about using this command, see the user documentation that comes with the EA-200.

Note that you need to replace all instances of the Receive command in the examples provided in the EA-200 user documentation with the command Receive38k. You should also adjust the other commands in the EA-200 examples so they conform to the ClassPad command syntax and usage as described in this manual.

Rename

Misc - Variable

Syntax: Rename<current variable name>, <new variable name>Function: Renames a variable.

Return

Ctrl - Control

Syntax: Return{<variable>}Function 1 (Main Program): Terminates program execution.Function 2 (Subroutine Program): Returns from a subroutine.

Tip

The Return command can be executed during an If, For, Do, While, or Switch process.

Appending a <variable> to the Return command in the Main application and executing the command will cause the variable to be displayed when the program is complete.

S

ScatterMisc - Statistics(1) - Graph

Function: Used as a StatGraph command argument to specify an option. See StatGraph.

Send38kI/O - CommunicationSyntax: Send38k<variable name>Function: Sends EA-200 data.

Description:

The OpenComPort38k command must be executed before this command is executed.

The CloseComPort38k command must be executed after this command is executed.

For details about using this command, see the user documentation that comes with the EA-200.

Note that you need to replace all instances of the Send command in the examples provided in the EA-200 user documentation with the command Send38k. You should also adjust the other commands in the EA-200 examples so they conform to the ClassPad command syntax and usage as described in this manual.

<variable name> must be a variable that contains a real number or a list. Anything else results in an error.

SendVar38kI/O - CommunicationSyntax: SendVar38k<variable name>Function: Sends variable names and variable contents.

Description:

The OpenComPort38k command must be executed before this command is executed.

The CloseComPort38k command must be executed after this command is executed.

SeqSelOffMisc - Sequence
Syntax: SeqSelOff{an+1 ; an+2 ; bn+1 ; bn+2 ; cn+1 ; cn+2 ; anE ; bnE ; cnE}

Function: Deselects the specified sequence expression. Specifying “anE”, “bnE”, or “cnE” as the argument activates [Explicit]. Specifying any other argument activates [Recursive].

SeqSelOn

Misc - Sequence

Syntax: SeqSelOn{an+1 ; an+2 ; bn+1 ; bn+2 ; cn+1 ; cn+2 ; anE ; bnE ; cnE}

Function: Selects the specified sequence expression. Specifying “anE”, “bnE”, or “cnE” as the argument activates [Explicit]. Specifying any other argument activates [Recursive].

SeqType

Misc - Sequence

Syntax: SeqType{"n" ; "an+1a0" ; "an+1a1" ; "an+2a0" ; "an+2a1"}Function: Specifies the recursion type.

Description: Specifying “n” as the argument activates [Explicit]. Specifying any other argument activates [Recursive].

Chapter 12: Program Application

211