Jump to content

Input Box # Of Letters


Recommended Posts

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.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...