will88 Posted August 5, 2008 Posted August 5, 2008 (edited) Hello, how would I have autoit send a random letter, has to be ethier A, D key? Edited August 5, 2008 by will88 Password-Keeper
Moderators SmOke_N Posted August 5, 2008 Moderators Posted August 5, 2008 (edited) Hello, how would I have autoit send a random letter, has to be ethier A, D key?Dim $a_keys[2] = ["A", "D"] Send($a_keys[Random(0, 1, 1)]) Edited August 5, 2008 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.
will88 Posted August 5, 2008 Author Posted August 5, 2008 (edited) Thanks! Edited August 5, 2008 by will88 Password-Keeper
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