Mintz Posted June 12, 2007 Posted June 12, 2007 if i had $n = Random(1, 26, 1) How would i change $n into a letter? e.g: 1 = a 2 = b etc...
CyberSlug Posted June 12, 2007 Posted June 12, 2007 Look at the Chr and Asc functions. Also look at all the examples in docs for Random $letter = Chr(Random(Asc('a'), Asc('z'), 1)) Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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