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 be
Using this tutorial, you will be able to know the ways to include conditional statements in your scripts. Syntax is available that lets you learn how to initialize condtional statements like IF..THEN, IF THEN with ELSE and ELSEIF statements. From sam