S
Sweet.mhtrq
I want to use "send" to send a string
like
Code:
send "p" & OutputString
if OutputString is "1234" , "p1234" will be sent.
but it is sent too fast, my robot' cpu cant receive the whole string.
Sometime it
get "p123" . Can we set some delay between them in this code?
like
Code:
send "p" & OutputString
if OutputString is "1234" , "p1234" will be sent.
but it is sent too fast, my robot' cpu cant receive the whole string.
Sometime it
get "p123" . Can we set some delay between them in this code?