Difference between revisions of "NXSL:chr"

From NetXMS Wiki
Jump to navigation Jump to search
(Blanked the page)
m (Text replacement - "^" to "{{deprecated}}")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{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 18: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"