On 3/7/01 3:15 PM, "Ken Prat" <[EMAIL PROTECTED]> wrote:
>
> something like: (pseudocode)
>
> member(mytext).html = readTextStream("myhtml.html")
> member(myfield).text = member(mytext).text
> member(myfield).rect = member(mytext).rect
>
> repeat with i = 1 to the number of chars in member(myfield).text
> field(myfield).char[i].font = field(mytext).char[i].font
> field(myfield).char[i].fontsize = field(mytext).char[i].fontsize
> end repeat
>
> Now you can print the field member.
Hey Ken, excellent!
---BUT how does it work with tables in that html? It won't retain the
formatting, right?
[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!]