Local $dog = "Now is the time for all good men." MouseMove(474,298) MouseClick('left') Send("{$dog}")
Is it possible to use send to enter a variable. I have tried the above with negative results.
I moved the mouse to a text area and tried to Send the variable... but failed..
Does anyone know if I can do that or not?
Thanks