JesusIsKing Posted December 3, 2007 Posted December 3, 2007 How can I verify if my input has anything in it. And if it does then take no action?
Nahuel Posted December 3, 2007 Posted December 3, 2007 (edited) $input=InputBox() If $input<>"" then ;do nothing endif $inpu=GuiCtrlCreateInput() If GUiCtrlRead($Input)<>"" then ;do nothing endif Edited December 3, 2007 by Nahuel
JesusIsKing Posted December 3, 2007 Author Posted December 3, 2007 $input=InputBox() If $input<>"" then ;do nothing endif $inpu=GuiCtrlCreateInput() If GUiCtrlRead($Input)<>"" then ;do nothing endif Thank you!
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