how do I call a function without waiting for it to finish to execute the next code?
how do I call a function without waiting for it to finish to execute the next code?
how do I call a function without waiting for it to finish to execute the next code?
Without knowing more details about what you try to do it's the usual guessing 😆
But check in the documentation the section about 'Schedule' and 'Thread'. It's under microScript Cheatsheet.
The 'do' sounds like what you need. But don't forget to turn the thread off once done 😃