Difference between revisions of "autoit send ascii"

From thelinuxwiki
Jump to: navigation, search
 
Line 12: Line 12:
  
 
[[category:autoit]]
 
[[category:autoit]]
 +
[[category:winblows]]

Latest revision as of 20:14, 19 June 2020

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]