Medic873 Posted February 28, 2010 Posted February 28, 2010 pretty basic im trying to send a web url somewhere into a text box online and I dont know how to send the " sign can someone please help i want to keep it in a string so it should be hello".com i dont want send("hell"); send"{"}" send(".com"); im trying to avoid this thank you
JohnOne Posted February 28, 2010 Posted February 28, 2010 Send('hello".com') AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
somdcomputerguy Posted February 28, 2010 Posted February 28, 2010 (edited) Use single quotes, like this Send(' " '), this will send ".Edit: I've added spaces to make it more viewable, so don't add spaces in the actual code..Another Edit: JohnOne beat me to it.. I wasn't looking.. Edited February 28, 2010 by snowmaker - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
Medic873 Posted February 28, 2010 Author Posted February 28, 2010 thank you everyone out here is extreamly helpful
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