Converting Between Strings and Unicode or ASCII : FromCharCode : String Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » String » FromCharCode »

 

Converting Between Strings and Unicode or ASCII


 


package{
  import flash.display.Sprite;
  
  public class Main extends Sprite{
    public function Main(){


        trace"New paragraph: " + String.fromCharCode182 ) );
        trace"Cents: " + String.fromCharCode162 ) );
        trace"Name: " + String.fromCharCode6897114114111110 ) );

    }
  }
}

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo String
» FromCharCode