Where are you trying to introduce a new line Roc? In a label?
set label1.text to hello\nmy name is\nRoc will display as
hello
my name is
Roc
You can also display multi-line text in a Button. set Button1.Text to New\nLine results in a button displaying
New
Line
Is that what you want to do? In a TextBox, you set the multi-line property to true.
What do the blocks look like that you tried and where you think \n did not work?
Regards,
Steve