UNIVAL %SetFlags(
in expression,
in @FlagName,
BOOL in FlagValue,
...
) |
| Expression | Expression determining the eval tag value. It must be identical with the type of given eval tag. |
| @FlagName | Flag identification. |
| FlagValue | Value of the flag defined by the parameter @FlagName. |
FlagName (@X). For example the following function%SetFlags(X.DayCOPDH*1.5, @A, PDH_N, @X, @FALSE) |
%SetFlags(X.DayCOPDH, @A, F_1, @C, F_2, @C, F_3, @X, @FALSE) |