Zag8888 Posted April 10, 2019 Share Posted April 10, 2019 That's the code, I know that $YES is wrong, but what I should put instead? $mb = MsgBox($MB_YESNO, "Title", "text") If ($mb = $YES) Then Function() Else (MsgBox($MB_OK, "Title", "Bye") EndIf Thanks for any help. Link to comment Share on other sites More sharing options...
FrancescoDiMuro Posted April 10, 2019 Share Posted April 10, 2019 @Zag8888 If you look at the Help file about MsgBox function, you'll see everything you need. By the way, is $IDYES Zag8888 1 Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette Link to comment Share on other sites More sharing options...
Zag8888 Posted April 10, 2019 Author Share Posted April 10, 2019 Just now, FrancescoDiMuro said: @Zag8888 If you look at the Help file about MsgBox function, you'll see everything you need. By the way, is $IDYES Thanks a lot for the help Ciao Link to comment Share on other sites More sharing options...
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