Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problems with out in version 2.2
#4
the "+" behind int makes it global which means when the macro ends the value stays available for other macros or itself when run again. so when you run it twice it starts with the value of '5'. if you take the '+' off, it will recreate the variable each time it runs and destroy it when it ends.
An old blog on QM coding and automation.

The Macro Hook


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)