Home › Forums › Macros › Strange and random user variable behaviour › Reply To: Strange and random user variable behaviour
25 January 2024 at 13 h 43 min
#6252
Philippe
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.