MovieMaker
USA
Asked
— Edited
Request To Ez-Robot
GOSUB Function , Please! I think that it would be very useful and we need it. Just my two cents.
Thanks,
Feetech RS485 Servo
— Control Feetech serial-bus servos via EZB UART or PC COM, mapping servo IDs to ARC virtual ports; supports position, speed, release, acceleration.
Try it →
GOSUB Function , Please! I think that it would be very useful and we need it. Just my two cents.
Thanks,
Goto() performs the function of what the basic command Gosub is... We already have it.
Will it return to exactly from where it was called and go to the next line of code?
Yep
Example with line numbers so I can explain the order of lines executed
This will run the code in the following order; 1, 2, 5, 6, 7, 3, 4 and the output would be; Hello World Hello Another World Goodbye Worlds
Try it, open a script control and paste the following code in (not the one above with line numbers, it wont like it), then test the script and look in the right of the dialogue.
As always, Thank You So much!
:)