SETVARMACRO

This has been fixed with the update 1.3.1

Now an action list like %var% = 1 ; $MACROWITHVARIABLE$ will work just fine.

Also the variable will already up to date when used in the macro! I’ll leave the useraction active for compability safety.

This UA sets a variable and calls a macro after the variable is defined. As CXP Version 1.3. there is a bug that if you define a variable and call a macro in the same action list, the macro won’t work, even worse the macro will not work until you load the session or trigger REINIT to re-load the macros and variables .txt

[] %var% = 1 ; $macro$ ;
would not work. instead you can use my UA:
[] SETVARMACRO var 1 macro
to do the very same thing.