>>>
>>> Script:
>>> Put member("textmember").word[2].forecolor
>>>
>>> It return error... It says Property not found !!! Why...?? Anybody can
>>> help me...
>>>
>
>
> Actually I found it easier to do something like:
>
> TempRef = member("textmember").word[2].ref
> TempRef.color = rgb(0,250,0)
Except, it was stated that this was written to change the color of a field's
word. "ref" is a text member property.
-Kurt
[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!]