chr(val)

From ENIGMA
Jump to navigation Jump to search

Description

Gets the Unicode related to the character and returns it in a string.

Parameters

Parameter Data Type Description
val char the character to get the Unicode of

Return Values

string: Returns the Unicode of the given character.

Example Call

// demonstrates getting the unicode of the letter 'A'
var unichr;
unichr = chr('A');