S > String.fromCharCode

String.fromCharCode

Syntax

myString.fromCharCode(c1,c2,...cN);

Arguments

c1,c2,...cN The characters to be made into a string.

Description

Method; returns a string made up of the characters specified in the arguments.

Player

Flash 5 or later.