Hi,
I see calls to other routines or subs is not in real time, ie when the line of code finds a CallSub should immediately move the pointer execution to the desired routine and then return to the next instruction of the call.
It's what all programming languages does.
I'm running the debugger and I see that after a CallSubDelayed control code stay in the calling routine follow and run after the so-called instructions, long before running the routine call.
It's simply..
I see calls to other routines or subs is not in real time, ie when the line of code finds a CallSub should immediately move the pointer execution to the desired routine and then return to the next instruction of the call.
It's what all programming languages does.
I'm running the debugger and I see that after a CallSubDelayed control code stay in the calling routine follow and run after the so-called instructions, long before running the routine call.
It's simply..
- How can I use Functions in Services that starts when were called
- How can I use Functions with more than 2 parameters.... CallSubDelayed2 , CallSubDelayed3 ?