Jump to content

simple question


Recommended Posts

I had prepared this for a response and don't want it to go to waste. ;)

Do
    $question = MsgBox(4, 'Question', 'Should you study the help file a little harder?')
    If $question = 6 Then
        MsgBox(0, 'Correct', 'You''ve answered correctly.')
    Else
        MsgBox(0, 'Wrong', 'Wrong answer, try again!')
    EndIf
Until $question = 6
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...