THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/10/2010 at 16:59, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 12
Platform: Mac OSX ;
Language(s) : C.O.F.F.E.E ;
---------
With the line of code:
println("This is the first line\n\n\nAnd this should be three lines down");
I should get the following output:
**This is the first line
And this should be three lines down**
However I get this:
This is the first line
And this should be three lines down
Why aren't the multiple newline escape characters creating multiple newlines?
Rui Batista