Jump to content

Recommended Posts

Posted (edited)

Do
$x=InputBox("What letter", "One Letter only", "A", "", -1, -1, 0, 0)
until Stringlen($x)=1

msgbox(1,"$x=",$x)

You can use chr() and Asc() to make sure it is a letter or number, or several other methods.

Or Use the new gui. (unstable release)

Edited by scriptkitty

AutoIt3, the MACGYVER Pocket Knife for computers.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...