"LYNN L." wrote:
>
> I'm not sure that I can fully appreciate the POM xtra. Maybe someone can
> help me with this surely simple problem.
>
> I need to print 5 seperate text fields (each it's own seperate cast member)
> on seperate lines on the same page(document). I've figured out how to print
> them and can set up a document with frames. What i can't figure out is how
> in the heck can I print each of these seperate members on it's own seperate
> line (like forcing a return). The way they are printing now is one text
> field prints immediately after another in a continuous line. The seperate
> cast members form what looks like a solid paragraph.
>
> I need a command similar to <BR> in HTML.
Have you tried tacking a couple of returns onto the ends of the first
four text fields?
repeat with x = 1 to 4
member(fieldx).text = member(fieldx).text & Return & Return
end repeat
--
Carl West [EMAIL PROTECTED]
617.262.8830 x246
I have no superfluous leisure; my stay must be
stolen out of other affairs; but I will attend you awhile.
- Isabella, Measure for Measure, Act 3 Scene 1
[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!]