Hi everybody,
I love this statement! This feature saved me, because it allowed simple parallel operations in a complex program of mine without the use of multitasking software.
I'm wondering if the Call is queued. To better explain:
In this case execution of the four routines is queued or only the last/first is executed?
Thanks Anywhere Software for this very useful package.
Mauro Zanin
I love this statement! This feature saved me, because it allowed simple parallel operations in a complex program of mine without the use of multitasking software.
I'm wondering if the Call is queued. To better explain:
B4X:
CallSubPlus("Routine1",10,0)
CallSubPlus("Routine2",20,0)
CallSubPlus("Routine3",30,0)
CallSubPlus("Routine4",40,0)
return
Thanks Anywhere Software for this very useful package.
Mauro Zanin