NXSL:length

Revision as of 15:38, 26 July 2012 by Lweidig (talk | contribs) (Initial version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns the length of string.


Syntax

length(string);


Parameters

string The string to determine its length.


Return Value

Integer length of the string passed to the function.


Examples

length("abcd")  	->	4