Max in montreal Posted January 5, 2007 Posted January 5, 2007 I would like to use send, to get the following... AAA AAB AAC AAD ... ZZZ So im figuring i need to have it in a loop, but i do not know how to use the send command, using a variable... I have tried; For $i = 65 to 91 Step 1 Send("{ASC $i}") Next but it does not work. Any pointers?
Moderators SmOke_N Posted January 5, 2007 Moderators Posted January 5, 2007 (edited) Send(Chr($i)) Edited January 5, 2007 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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