12-07-2006, 04:32 PM
"wait 0 K ..." can wait in other thread.
Macro415
Code:
mac "WaitForKey_Thread"
;g1
;...
goto g1
Function WaitForKey_Thread
Code:
if(getopt(nthreads)>1) ret
wait 0 K F6
shutdown -6 0 "Macro415"
>>> is it possible not to shutdown Macro415 but just pause it?
i mean something like this: pause "Macro415"? but how to write it?
Thanks
Macro415
Code:
mac "WaitForKey_Thread"
;g1
;...
goto g1
Function WaitForKey_Thread
Code:
if(getopt(nthreads)>1) ret
wait 0 K F6
shutdown -6 0 "Macro415"
>>> is it possible not to shutdown Macro415 but just pause it?
i mean something like this: pause "Macro415"? but how to write it?
Thanks