> I'm trying to dynamically change the color of words in a text member.
> Something like:
> set the forecolor of word 2 of member ("atext")=4
> 
> What am I over looking here?
> 
Hi Stephen,

I don't know why your code throws up an error, it works when you use the dot
syntax like this: 

member("atext").word[3].forecolor = 4

you could also make sure your using a text member as I couldn't get it to
work with field members.

hope this helps

adam


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

Reply via email to