20050501
Local
Syntax:
Local
䡺
<variable name>, <variable name> ...
Function:
Defines a local variable.
Description
The following are the merits of local variables.
• Since local variables are deleted automatically, use of local variables for temporary storage
avoids unnecessary use of available memory.
• Since local variables do not affect general variables, you can name local variables without
worrying about whether the name you are using is already used by another variable.
Lock
Syntax:
Lock
䡺
<variable name>, <variable name> ...
Function:
Locks variables.
LockFolder
Syntax:
LockFolder
䡺
<folder name>
Function:
Locks the specified folder and all the files currently inside of it.
MoveVar
Syntax:
MoveVar
䡺
<variable name>, <current folder name>, <destination folder name>
Function:
Moves a variable to the specified folder.
NewFolder
Syntax:
NewFolder
䡺
<folder name>
Function:
Creates a new folder.
Rename
Syntax:
Rename
䡺
<current variable name>, <new variable name>
Function:
Renames a variable.
12-6-40
Program Command Reference
Summary of Contents for ClassPad 300 PLUS
Page 11: ...20050501 ClassPad 300 PLUS ClassPad OS Version 2 20 ...
Page 197: ...20050501 2 10 7 Using Verify 4 Input x 2 1 and press E 5 Input x i x i and press E ...
Page 649: ...20050501 u Graph Line Clustered D u Graph Line Stacked F 13 8 2 Graphing ...
Page 650: ...20050501 u Graph Line 100 Stacked G u Graph Column Clustered H 13 8 3 Graphing ...
Page 651: ...20050501 u Graph Column Stacked J u Graph Column 100 Stacked K 13 8 4 Graphing ...
Page 652: ...20050501 u Graph Bar Clustered L u Graph Bar Stacked 13 8 5 Graphing ...