Chr - MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

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()
.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents