chr()
Top  Previous  Next


SWiSH Player Support
SWF4 or later - Supported Internally

Syntax
chr(number)

Arguments
number: Integer representing an ASCII code number.

Returns
The character corresponding to the code number.

Description
String function. Converts ASCII code numbers to characters.

Sample
myVar = chr(65
);   // myVar now contains the character "A"

See Also
ord