02-18-2015, 09:45 PM
OK. Was indeed a synchronisation delay problem.
I see at least two possible use of the mac "function" thing then:
1. launch a separate thread for monitoring something, and acting until a condition is met
exemple :
rep
if (some conditionis true) break
else do something else
0.1 (repeat endlessly til condition met)
In that case, will macro from where mac "function" is called ended whatever mac "function" status is?
2. launch a background task (if question above is yes)
Is it legitamate to act like this. If not, what are correct ways to do 1 & 2?
Thanks
I see at least two possible use of the mac "function" thing then:
1. launch a separate thread for monitoring something, and acting until a condition is met
exemple :
rep
if (some conditionis true) break
else do something else
0.1 (repeat endlessly til condition met)
In that case, will macro from where mac "function" is called ended whatever mac "function" status is?
2. launch a background task (if question above is yes)
Is it legitamate to act like this. If not, what are correct ways to do 1 & 2?
Thanks
