onedayillpay Posted November 8, 2006 Posted November 8, 2006 (edited) how do you send " <-------------that send("{"}") lol i have looked threw the help file but havent found it -------------------------------------------------------------- lol nvm i figurd it out send("+'") Edited November 8, 2006 by onedayillpay
PaulIA Posted November 8, 2006 Posted November 8, 2006 (edited) Send("""") Edited November 8, 2006 by PaulIA Auto3Lib: A library of over 1200 functions for AutoIt
jpm Posted November 8, 2006 Posted November 8, 2006 how do you send " <-------------that send("{"}") lol i have looked threw the help file but havent found itsending a string must follow 1. string definition --> " should be double " unless you use single quote around the double quote. 2. special character definition as define in send function Send('"')
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