What are the conditional statements used in VBScript?

Questions by JamesMike   answers by JamesMike

Showing Answers 1 - 12 of 12 Answers

suvarna

  • Jan 27th, 2012
 

IF,THEN, ELSE, END

  Was this answer useful?  Yes

Shubham Jaiswal

  • Jan 29th, 2012
 

If-end if,If-else-end if,If-elseif-else-end if,
Select case(like switches in C)

  Was this answer useful?  Yes

Sania

  • Jul 14th, 2014
 

If statement
If...Then...Else statement
If...Then...ElseIf statement
Select Case statement

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions