Difference between revisions of "NXSL:chr"

From NetXMS Wiki
Jump to navigation Jump to search
(Created page with "Return character from it's UNICODE value")
 
m (Text replacement - "^" to "{{deprecated}}")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Return character from it's UNICODE value
{{deprecated}}__NOTOC__
Return a character from it's UNICODE code.
 
 
== Syntax ==
 
chr(''code'');
 
 
== Parameters ==
 
{| class="wikitable"
|-
| ''code'' || A character's UNICODE code.
|}
 
 
== Return Value ==
 
A string consisting of single character.
 
 
== Examples ==
 
chr(50) -> "P"

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"