- This wiki is out of date, use the continuation of this wiki instead
Len
From FenixWiki
(Difference between revisions)
Revision as of 17:10, 31 August 2007 (edit) Sandman (Talk | contribs) (New page: Category:functions Category:strings ==Definition== '''INT''' len ( <'''STRING''' str> ) Returns the length, the number of characters, of a certain string. == Parameters == {...) ← Previous diff |
Current revision (00:57, 26 November 2007) (edit) (undo) Sandman (Talk | contribs) m |
||
Line 14: | Line 14: | ||
== Returns == | == Returns == | ||
'''INT''' : The length of the specified string. | '''INT''' : The length of the specified string. | ||
+ | |||
+ | {{Funcbox | ||
+ | | category = Strings | ||
+ | }} |
Current revision
[edit] Definition
INT len ( <STRING str> )
Returns the length, the number of characters, of a certain string.
[edit] Parameters
STRING str | - The string of which the length will be returned. |
[edit] Returns
INT : The length of the specified string.
Strings Functions | |
• Asc() • Atof() • Atoi() • Chr() • Find() • Ftoa() • Itoa() • Lcase() • Len() • Strrev() • Substr() • Ucase() • |