VB 6 – Switch Function
The Switch() function works similar to If-Then-Else construct, but in a different way. The function checks few conditions and if one of the condition is passed, then the statement corresponding to that condition is evaluated or displayed.Syntax: Switch FunctionThe syntax of the Switch() function is given below.The switch statement goes through each condition and whichever … Read more