User Guide
1096 Appendix: Deprecated Language Elements
ord
Availability
Flash Player 4. This function was deprecated in favor of the methods and properties of the String
class.
Usage
ord(character)
Parameters
character
The character to convert to an ASCII code number.
Returns
Nothing.
Description
String function; converts characters to ASCII code numbers.
See also
String class