AUTODEFINE

Top  Previous  Next

Syntax

AUTODEFINE state

Description

Controls the auto definition of variables by assignment.

Parameters

state - "ON" or "OFF"

Return value

None

Remarks

Defaults to "ON". The compiler will automatically DEFine a variable when its first assigned a value if it hasn't been previously defined. The type of the variable will be determined by the value assigned. If set to "OFF" all variables must be defined before use.

See Also: DEF

Example usage

AUTODEFINE "OFF"