NXSL:chr

Revision as of 18:32, 22 October 2014 by Victor (talk | contribs)

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"