Jump to content

Recommended Posts

Posted (edited)

If StringStripWS($string,8) = $string Then MsgBox(0,"Okay","$string does not contain any spaces")

Edited by Sokko
Posted

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)

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...