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,
Output Audio From EZ-B
— Example ARC skill demonstrating converting, compressing and streaming MP3/WAV to an EZ-B speaker, with play/stop commands and TTS examples.
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!
:)