NXSL:chr

From NetXMS Wiki
Revision as of 16:32, 22 October 2014 by Victor (talk | contribs)
Jump to navigation Jump to search

Return a character from it's UNICODE code.


Syntax

chr(code);


Parameters

code A character's UNICODE code.


Return Value

A string consisting of single character.


Examples

chr(50)	->	"P"