>I have plain text in a field, in a projector. Is there any way, using
>Lingo or Javascript, to extract the plain text and create a new html
>page from that text?
Put your plain text into a text member, not a field. This line of lingo
wil then put the html-formatted text into a variable, where you can do
whatever you want to it:
htmlData = member("PlainTextMember").html
Simple, huh?
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/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!]