[Thread Prev] [Thread Next]
On 23 Sep 2006 at 21:07, Ask an Expert - Question wrote:
> from: <ioustinos_sarris@xxxxxxxxxxx>
>
> How can i write one word in every line of the textbox using
> procedures? In the text in the procedure i press the enter, even put
> some spaces but when the text goes to the textbox those are ignored.
>
> For example settext1 [hallo
> how are
> you
> today]
>
> would appear as one line in the textbox
>
This seems to be the only way:
to multiline
ct
text1,
print [hello]
print [how are]
print [you]
print [today]
end
Daniel
Previous by thread:
MIA, Ask an Expert: multiline settext
Next by thread:
Re: MIA, Ask an Expert: multiline settext
To save an attachment to your computer, PC users should right-click (Mac users, click and hold the mouse button) on the link and then choose 'save target as' from the pop-up menu. A window will then pop up in which you can choose a location for the file.
|