Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Figuring Out Functions
Author: Eddie Carroll
| Website: http://www.flashkit.com |
The Function Armoury - Int
|
Int
|
Syntax: Int (number)
|
The Int function is used to remove the remainder or decimal places from a number, leaving only the whole numbers. This function can also be applied to a variable containing a numeric value.
Set Variable: "myNumber" = 105.345
Set Variable: "wholeNumber" = Int (myNumber)
The value assigned to the variable "wholeNumber" is 105, the ".345" was removed by the Int function. This is particularly useful when you are using division which can have a habit of creating non-whole numbers.
|
| |
|
| » 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.
|
|
|