- This wiki is out of date, use the continuation of this wiki instead
Len
From FenixWiki
(Difference between revisions)
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 == {...)
Next diff →
Revision as of 17:10, 31 August 2007
Definition
INT len ( <STRING str> )
Returns the length, the number of characters, of a certain string.
Parameters
STRING str | - The string of which the length will be returned. |
Returns
INT : The length of the specified string.