Use valueOf method to return the value of a string object : String : String Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » String » String »

 

Use valueOf method to return the value of a string object


 

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

        var sTitle:String = new String("navioo.com");
        trace("the" + sTitle.valueOf() " rocks!");

    }
  }
}

        



Leave a Comment / Note


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


Flash / Flex / ActionScript examples

 Navioo String
» String