Thread: Help with case
View Single Post
  #2 (permalink)  
Old 03-14-2008, 02:57 PM
Chambered's Avatar   
Chambered Chambered is offline
Newbie
 
Join Date: Nov 2007
Location: La Crosse
Posts: 11
Credits: 0
Rep Power: 0
Chambered is on a distinguished road
Send a message via ICQ to Chambered Send a message via AIM to Chambered
Default 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.
Reply With Quote