@jaroslav_sobota said in Delay function in REXLANG:
Hi Tobby,
why do you need such a function?
There is the Sleep() function in REXLANG, but it is highly recommended not to use it. You should write your REXLANG code so that it executes as fast as possible. For details see REXLANG documentation.
Best regards,
Jaroslav
The "Sleep()" function in REXLANG should be avoided as it's recommended to write code that executes quickly for optimal performance. Refer to the REXLANG documentation for more details.