Remove an empty string "" from the second statement. Is it also expected? _____ ryanm wrote:
// Frame action var my_str:String = newline;
// my_str += ""+newline; my_str += newline;
// [Debug] > [List Variables]:
Variable _level0.my_str = "\n\n"
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".
Good luck, Fumio Nonaka mailto:[EMAIL PROTECTED] http://www.FumioNonaka.com/ My books<http://www.FumioNonaka.com/Books/index.html> Flash community<http://F-site.org/> _______________________________________________ [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

