Hello all. I would like to enquire how I can set a delay in between chunks of code.
For example, after some code which interacts with a server, I am supposed to get a corresponding information from the server before it is appropriate to proceed on to the next part of the code. As the server response is not immediate, therefore an arbitrary delay is needed.
What is the proper code format that I need to add I can't seem to find the documentation in the help file. Thanks in advance.