rollinga Posted March 5, 2005 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
SlimShady Posted March 5, 2005 Posted March 5, 2005 Use the second parameter and set it to 1. SEND("Some TEXT {1} {2}", 1)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now