I got an error message:
"Script error: Object Expected"

I put the script
firstWord = member("text",4).text.word[1]

on a mouseUp even and I attch it to a text member.

what should I do now?

Uni



----- Original Message -----
From: "Brad Hile" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 23, 2003 11:16 AM
Subject: RE: <lingo-l> content of the TextMember2


> Just reference the cast
> firstWord = member("text",4).text.word[1]
> you can also use firstWord = member(1,4).text.word[1] but if you move your
> text member it will break
> Look up "member" & "chunk" in the help files for more information
> HTH
> Brad
>
>
> [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!]
>


[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!]

Reply via email to