Usage:
If ([Condition])
[Actions]
Else If ([Condition]) - Optional
[Actions] - Optional
Else - Optional
[Actions] - Optional
End If
Parameters
Condition - what has to be true before the actions are excuted.
Actions - commands executed if the condition is met.
Example uses:
Anywhere you need to perform an action which depends on a condition being met
Description:
The If statement if very important as it has the ability to decide on courses of action. At is simplest it will perform an action if something is true. For example. If the sun is on then make the sky blue (See basic example). Alternatively you can make it the if statement perform an action if the sun is not on (See intermediate example). In the last example (Advanced), you will see the Else If statement used. This allow for a second (third, forth etc.) condition to be tested and the appropriate actions to be executed.
| » Level Basic |
|
Added: 2000-06-26 Rating: 6 Votes: 44 |
| » Author |
| Eddie was a Content Editor at Flashkit.com and is actually a sentient Gateway Solo 2150xl notebook that suffers from acute lysdexia and caffeine addiction. He is carried on the shoulders of a semi-autonomous human called "Body". |
| » Download |
| Download the files used in this tutorial. |
| Download (197 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!