chr
Availability
Flash Player 4. This function was deprecated in Flash 5 in favor of
Usage
chr(number)
Parameters
An ASCII code number.
number
Returns
Nothing.
Description
String function; converts ASCII code numbers to characters.
Example
The following example converts the number 65 to the letter A and assigns it to the variable
:
myVar
myVar = chr(65);
See also
String.fromCharCode()
1076
Appendix: Deprecated Language Elements
String.fromCharCode()
.
Need help?
Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?