Define SELECT CASE STATEMENT IN VISUAL BASIC..
Answers
Answered by
2
Select Case statement allows a variable to be tested for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each select case.
pranit999:
Hey mate thanks for answering!!
Answered by
0
Answer:
Select Case statement allows a variable to be tested for equality against a list of values. Each value is called a case, and the variable being switched on is checked for each select case.
Explanation:
Similar questions