DataBasic Reference > Statements and Intrinsic Functions > $UNDEFINE Statement

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

$UNDEFINE Statement (DataBasic) (m618703+undefine_s.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

$UNDEFINE Statement

Removes a symbol that was previously defined using the $DEFINE statement.

Syntax

$UNDEFINE symbol

Syntax Elements

symbol The name of the symbol to be undefined.

Comments

$UNDEFINE removes any value that was assigned to the symbol.

Restrictions

An undefined symbol cannot be used as a variable.

Symbols defined with the EQUATE statement cannot be undefined.

See Also

$DEFINE statement, $IFDEF statement, $IFNDEF statement.

RealityV15.0Comment on this topic