I am sure this is a very newbie-type question, but I'm having a problem creating a line break in a text box for a script. I want an effect that in HTML would be covered by the <p> (paragraph) operator, or the <br> (break).

The idea is that the user clicks on a radio button on the right hand side of a dialog box, and this changes what appears in a textbox to the left. That part of it works fine - I just can't seem to find a way to put line breaks and paragraphs in the text!

Currently, this is what I have:

Code:
 
on *:dialog:new2:sclick:3: {

did -i new2 14 1 Text for Line

did -i new2 14 3 Text for Next Line }
 


I thought that by specifying Lines 1 and 3, it would create a "blank" line 2...but apparently not.

Please help me! smile


A poor life this, if full of care,
We have no time to stand and stare.