Home Forums Macros Strange and random user variable behaviour Reply To: Strange and random user variable behaviour

#6252
Philippe OllivierPhilippe
Keymaster

You can define the variable with the same value in all macro.
Just put a once attribute in the variable declaration process so that it will only happen when the macro is loaded.

So I can read the current value set by another macro

Yes, you can with a global variable.