Skip to main content

xSuite Interface Windows Prism 5.x – Online Help

Processing: Macro Execution

Property

Description

ProcessMacro[].ConditionMacro

The macro functions to be executed are arranged in blocks, the execution of which as a whole can be controlled by a condition, which itself represents a field macro expression.

The field macro expression must return a corresponding Boolean value. If the property value is missing, the condition will implicitly be considered satisfied.

ProcessMacro[].Macro[]

Block-by-block definition of any number of macro expressions of any type

These macros are executed in the order in which they are defined. Execution takes place at the end of the processing step, after all index data has been read in and any initialization macros have been executed for the field catalog.

Notice

Similar to the INI format, the JSON configuration format can also be prepended by a semicolon or REM. This allows comment lines to be inserted and/or individual macro expressions to be commented out and thus deactivated, either temporarily or permanently.