Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pausing a Function/Macro
#5
In macro:
Code:
Copy      Help
int+ g_pauseMacroX=1
rep
,if(g_pauseMacroX=0)
,,sel wait(0 V g_pauseMacroX)
,,,case 1
,,,;...
,,,case 2
,,,;...
,;...

In function:
Code:
Copy      Help
int+ g_pauseMacroX=0
;...
g_pauseMacroX=1 ;;or 2, etc


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)