01-19-2009, 10:01 AM
Can anyone tell me the Difference Between Select Case and If...Else Statement in VBScript.
Difference Between Select Case and If...Else Statement
|
01-19-2009, 10:01 AM
Can anyone tell me the Difference Between Select Case and If...Else Statement in VBScript.
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
01-20-2009, 10:08 AM
Hi Venkata,
Thanks a lot for the answer... |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Difference between "Set" and "Type" | falvi | 2 | 10,121 |
04-03-2012, 05:54 PM Last Post: falvi |
|
Difference between RFT & QTP? | SweetyChowdhury | 18 | 20,690 |
08-26-2011, 07:43 AM Last Post: nana1355 |