Jump to content

Not allow spaces in inputbox


Recommended Posts

ok that for getting me rollin.

Instead of that im gonna use this:

$answer = InputBox("Question", "Function Name", "", "", -1, -1, 0, 0)
$answer = StringReplace($answer , " ", "_")
MsgBox(4096, "Test", "Your Function name is: " & $answer, 10)
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...