12-6-39

Program Command Reference

DelFolder

Syntax: DelFolder:<folder name>

Function: Deletes a folder.

DelVar

Syntax: DelVar:<variable name>, <variable name> ...

Function: Deletes a variable.

Description: Deletes all variables, regardless of type (program, etc.), that have the specified variable name. See GetType for information about variable types.

GetFolder

Syntax: GetFolder:<storage variable name>

Function: Gets the current folder name and assigns it to a variable as a text string.

GetType

Syntax: GetType:<variable name>, <storage variable name>

Function: Gets the type of the specified variable and assigns it to a storage variable as a text string.

Description: The following is a list of variable types.

NUM (real number type)

EXPR (expression type)

STR (string type)

LIST (list type)

MAT (matrix type)

PRGM (program type)

EXE (execute only program type)

TEXT (text type)

FUNC (function type)

PICT (picture type)

GMEM (graph expression memory type)

GEO (geometric type)

MEM (universal data type)

OTHR (unrecognizable items)

NONE (no applicable variable)

20060301