Classic ASP VbScript Select Case Statements provides the functionality to define the multiple cases having VbScript code. Select statement gets the value of specified variable and matches the value with each case specified inside the Select case blocks. If any case matches criteria then it executes the code and exits the control from VbScript Select case. Try the sample below to learn and practice the code: