NXSL:length

From NetXMS Wiki
Revision as of 13:38, 26 July 2012 by Lweidig (talk | contribs) (Initial version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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