Aperol Posted December 9, 2007 Posted December 9, 2007 (edited) hiho, i need to know how i can write special characters with autoit, for special character i mean that i want to digit \ / !?+ etc... and also i need to write in Capitals letters is possible? Edited December 9, 2007 by Aperol
Nahuel Posted December 9, 2007 Posted December 9, 2007 You mean... send those characters with Send()? The latest versions of AutoIt do that. Just do Send("CAPITALS \ / ! ? + etc")
Nahuel Posted December 10, 2007 Posted December 10, 2007 Well... yes? I made a mistake in my previous post. This is how you should do it: Send("CAPITALS \ / {!} ? {+} etc") You should have the latest version. Check the help file. It is explained there how to send special characters I don't know from what version the Send function started working that way, but I'm sure the latest release does that.
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