Add the return character, as in:

set the text of field "whatever" to (the text of field "whatever") & RETURN 
& filename

Depending on your system you may also want a linefeed char, particularly if 
you were going to print it out or export it, so that would instead be:

& RETURN & numToChar(10) &

- Tab

At 04:41 PM 2/21/01 +0000, Jon Paul Alongi wrote:
>ive got a directory listing using fielxtra and i want to put it in a
>field or text emeber as
>linear list... ie.
>
>file 1
>file 2
>file 3
>
>
>instead of:
>
>file 1 file 2 file 3
>
>
>
>how may i do this....
>
>can somone show me the code to do this... thanx
>
>
>much appreciated
>
>
>
>jon
>
>
>
>[To remove yourself from this list, or to change to digest mode, go to
>http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
>email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
>Lingo-L is for learning and helping with programming Lingo.  Thanks!]


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to