Even if you manipulate newline only with string, you might get annoying result:

// Frame action
var my_str:String = newline;
my_str += ""+newline;

// [Debug] > [List Variables]:
Variable _level0.my_str = "¥n¥r"

That's expected. One line break is a "hard return", two of them is not two hard returns, it is a "hard return" and a "line feed".

ryanm
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to