Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Figuring Out Functions
Author: Eddie Carroll
| Website: http://www.flashkit.com |
The Function Armoury - True
|
True
|
Syntax: True
|
This function assigns the boolean value True to a variable or expression.
Set Variable: "on" = "1"
If (on)
Set Variable: "output" = "Power On"
End If.
Here the expression (on) evaluates to 1 or True but if the variable "on" held the value 0 the expression would evaluate to FALSE and not output the message. There are number of ways a boolean function can be written. Here I have simply written the expression (on) and in the context of the IF statement it can evaluate to 1 or 0, in this case it's 1 or TRUE. This expression could be written several ways and it all depends on what you're comfortable with. If (on = 1) or If (on = True) are acceptable too.
|
| |
|
| » Level Intermediate |
|
|
Added: : 2000-09-27
Rating: 8.85 Votes: 114
Hits: 12094
|
| » Author |
|
Eddie is the Content Editor at Flashkit.com and is actually a sentient Gateway Solo 2150xl notebook that suffers from acute lysdexia and caffine addiction. He is carried on the shoulders of a semi-autonomous human called "Body".
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (12 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|