Jump to content

Recommended Posts

Posted (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 by Aperol
Posted

You mean... send those characters with Send()? The latest versions of AutoIt do that. Just do Send("CAPITALS \ / ! ? + etc")

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...