Categories

Versions

Unset Macro (AI Studio Core)

Synopsis

This operator can be used to remove one or more previously defined macros from the process context.

Description

This operator offers two parameters for entering one or a number of macro names that might have been defined. If they have been defined during exection of the process or in the process context, they will be removed and are not accessible after this. Any reference to these macros will only return their name. If they haven't, nothing will happen.

This might be especially useful in scenarios, where one wants to branch by testing on existence of a macro.

Input

  • through (IOObject)

    through input port, that leaves the content untouched.

Output

  • through (IOObject)

    through output port, that leaves the content untouched.

Parameters

  • macroA single macro which should be unset and removed.
  • macrosA list of parameter types to unset and remove. Does the same as the macro parameter, but allows to remove macros on batch.