Variable Groups
Description
A variable group identifies a set of variables as belonging together.
It (the group) is specified in square brackets after the variable name.
For example, a variable group can group together all variables or fields of a document.
In this case, the variable group name is identical to the NOTEHANDLE variable.
If a variable is specified without a group, it is automatically a local variable.
If a variable group is not associated with a document, the variable group is not a NOTEHANDLE and must not be specified for @Functions that explicitly require a NOTEHANDLE as a parameter.
Such a variable group can only be used with @Functions that also allow the data type VARGROUP.
Examples:
Test[Gruppe]:="ABCDEF;
Zahl[noteh1]:=1.23456789;
Text[noteh2]:=Text[noteh1];
Group, noteh1 and noteh2 are variable groups.
Note : This text was machine-translated and may contain inaccuracies.
