Casio ClassPad 300 PLUS User Manual

Page 584

Advertising
background image

20050501

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)

12-6-39

Program Command Reference

Advertising