Quote:
Originally Posted by Flick3rR
I would suggest using flag "b" and that TASKID is useless. You don't need repeat, just put the "b" flag and the task will be executing untill it's removing. So, you will have to remove it if iTime < 1
|
If you already know the number of executions, it is better to use the definite method rather than the indefinite method. It's the same case with the difference between a for loop and a while loop. You don't use a while loop to loop through an array because the size of the array is ALWAYS known prior to run-time (which is the same case above).
__________________