if...else Statement (JScript 5.6)

Conditionally executes a group of statements, depending on the value of an expression.

if (condition)
      statement1
[else
      statement2] 

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also