Function
EN
Version 4.50
@Define
Misc
System
Text
Syntax
@Define(TEXT1);
Description
Defines a "term" that can be used for conditional compilation.
Unlike the keyword DEFINE is @Define at runtime (and only if this @Define is executed) effective.
TEXT1 must not contain spaces (" ") or special characters (except underscore ("_")).
Example: @Define(TEXT1)
TEXT1:="TestDefine";
@Define(TEXT1);
The "term" "TestDefine" is defined.
Note : This text was machine-translated and may contain inaccuracies.
