Description: ElseIf is a multi-platform compatible script that performs different actions based on the value of a variable. Normally this is done with using an If...Then...Else...End If statement or a Select Case statement. Ocassionally you'll find ElseIf is a better alternative.
|