An example of the newline character used in a string : Escape : String Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » String » Escape »

 

An example of the newline character used in a string


 

package{
  import flash.display.Sprite;
  
  public class Main extends Sprite{
    public function Main(){
        trace("line onenline two");
    }
  }
}

        



Leave a Comment / Note


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


Flash / Flex / ActionScript examples

 Navioo String
» Escape