I want to print out a newline-character in a string or achieve a wordwrap in any way. The C-style escape sequence \n does not seem to work!
How can I do this?
You need to concatenate the string parts with String cr or Character cr.
Full example:
Transcript show: 'First line', String cr, 'Second line'.
This will print following into the Transcript window:
First line
Second line
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With