CyNDeR Posted November 8, 2007 Posted November 8, 2007 I'm writing a script and i can't figure out how to check if a input box has anything in it. Kinda like a checkbox has $GUI_UNCHECKED is there anything like that for an input box? My scripts: Random Painter
NELyon Posted November 8, 2007 Posted November 8, 2007 If GUICtrlRead($Input) = "" Then ;Do Something EndIf
CyNDeR Posted November 8, 2007 Author Posted November 8, 2007 If GUICtrlRead($Input) = "" Then ;Do Something EndIf Wow, don't i feel dumb. I had done just that, but my script wasnt finished enough for it to work, lol. Thanks. My scripts: Random Painter
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