Difference between revisions of "NXSL:length"

From NetXMS Wiki
Jump to navigation Jump to search
(Initial version)
(No difference)

Revision as of 13:38, 26 July 2012

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