01-19-2009, 12:10 PM
Hi,
If we have Multiple Cases, We will use Select Case Function only.
Though If statement also can perform the same Logic, It need condition for each If, ElseIf part. That means If Condition will start from the first condition waits for the condition and comes to next condition(ElseIf) and waits for the condition there and goes on.
But in Select cases it wont wait.It will directly go to the case.
Hope it's clear
Thanks
VENKATA
If we have Multiple Cases, We will use Select Case Function only.
Though If statement also can perform the same Logic, It need condition for each If, ElseIf part. That means If Condition will start from the first condition waits for the condition and comes to next condition(ElseIf) and waits for the condition there and goes on.
But in Select cases it wont wait.It will directly go to the case.
Hope it's clear
Thanks
VENKATA