autoit send ascii

From thelinuxwiki
Revision as of 17:32, 4 March 2013 by Nighthawk (Talk | contribs)

Jump to: navigation, search

sending special characters

sending an exclamation point

example:

send ("{ASC 033}")

the above example uses the DEC code with a leading zero.

[autoit ascii code list]