rollinga 0 Posted March 5, 2005 hi, i'm trying to do this: SEND("Some TEXT {1} {2}") and i get this: Some TEXT 1 2 How can i do to make the Script write: Some TEXT {1} {2} Tnx Share this post Link to post Share on other sites
Markir 0 Posted March 5, 2005 SEND("Some TEXT {{1} {{2}}") Share this post Link to post Share on other sites
SlimShady 1 Posted March 5, 2005 Use the second parameter and set it to 1. SEND("Some TEXT {1} {2}", 1) Share this post Link to post Share on other sites