Asked
— Edited
Best Way To Keep A Script Running?
I have a script that I want to run none stop. What is the best way to do this?
Watson Speech To Text
— Watson Speech-to-Text ARC plugin: cloud AI transcription with configurable models, selectable VAD (Windows/WebRTC), audio capture and visualization.
Try it →
Each have their own pros and cons. Personally I prefer Labels and Gotos as I feel a RepeatUntil should always have an end (hence the until). But as Dave said, it depends who you are and how you think.
It also depends on the script. There are some instances where a repeatuntil may not work correctly or require additional labels and gotos anyway where it could render the repeat redundant.