> firstWord = member("text",4).text.word[1]
Just an aside - when dealing with chunks of a text or a field member, you
don't need the "text" reference.
member("text", 4).word[1] is equivalent to member("text", 4).text.word[1]
2 cents,
Kurt
[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!]