Re: Help with case
You could create a while loop and a boolean variable. When you hit the end of the select statement, inside the Case Else part, set the variable to true. Then in each other case set the variable to false. So it'll keep looping until one of the cases is chosen.
|