20060301
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