Function EN Version 4.50

@Undefine

Misc System Text

Syntax

@Undefine(TEXT1);

Description

Deletes a defined "term" that can be used for conditional compilation.
In contrast to the keyword UNDEFINE, @Undefine takes effect at runtime, and only if this @Undefine is executed.

TEXT1 must not contain spaces (" ") or special characters, except for the underscore ("_").

Example: @Undefine(TEXT1)

TEXT1:="TestDefine";
@Undefine(TEXT1);

The "term" "TestDefine" is defined as not present.

Note : This text was machine-translated and may contain inaccuracies.