03-08-2013, 05:58 PM
Quote:Or move the loop body to other function, then will not need to end/run everytime, just compile.
Interesting.
I suppose the "loop" is from rep line after "rep" to end of function
If I put the loop into something called RepeatLoop:
Q1: Should it be macro or a function (i suppose a function)
Q2: how to call it?
Rep
,RepeatLoop
or, mac "RepeatLoop"
or something else?
Q3: How g_scheduleUpdate knows I add or remove an item in g_schedule?????