Access string method directly from the String value : String : String Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » String » String »

 

Access string method directly from the String value


 

package{
  import flash.display.Sprite;
  
  public class Main extends Sprite{
    public function Main(){
        trace("banana".length)// 6
    }
  }
}

        



Leave a Comment / Note


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


Flash / Flex / ActionScript examples

 Navioo String
» String