Delay function in REXLANG
-
Is there any time delay function in C file including in REXLANG?
Thanks
Tobby Lin -
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 -
@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,
JaroslavThe "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.