redfive19 Posted August 30, 2006 Posted August 30, 2006 (edited) nvm, figured it out. thanks! Edited August 30, 2006 by redfive19
Moderators big_daddy Posted August 30, 2006 Moderators Posted August 30, 2006 You need to use a double equals for the comparison to be case-sensitive. If GUICtrlRead($password) == GUICtrlRead($passwordconf) Then MsgBox(0, 'test', 'they match') Else MsgBox(0, 'test', 'do not match') EndIf
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