Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Figuring Out Functions
Author: Eddie Carroll
| Website: http://www.flashkit.com |
The Function Armoury - Length
|
Length
|
Syntax: Length (string)
|
Simply put, this function counts the number of characters in a string or variable containing a string.
Set Variable: "myString" = "Hello"
Set Variable: "charCount" = Length (myString)
The value assigned to the variable "charCount" is 5 as the variable "myString" contains the word "Hello" which has 5 characters. A space is considered a character.
|
| |
|
| » Level Intermediate |
|
|
Added: : 2000-09-27
Rating: 8.84 Votes: 113
Hits: 12087
|
| » 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.
|
|
|