This might be a silly question. I am just wondering about the speed of storing and retrieving a variable via two options.
1. Through the script. For example: Send("Text " + Variable)
2. Through the client. For example: Text @Variable
My guess is that it is faster to store using the script but faster to retrieve from the client. Thanks in advance for any replies.
1. Through the script. For example: Send("Text " + Variable)
2. Through the client. For example: Text @Variable
My guess is that it is faster to store using the script but faster to retrieve from the client. Thanks in advance for any replies.