Difference between revisions of "NXSL:chr"

From NetXMS Wiki
Jump to navigation Jump to search
m (Text replacement - "^" to "{{deprecated}}")
 
Line 1: Line 1:
__NOTOC__
{{deprecated}}__NOTOC__
Return a character from it's UNICODE code.
Return a character from it's UNICODE code.



Latest revision as of 16:13, 13 September 2022

This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

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"