>member("Textfield","Cast").char[s..e].fontstyle="bold"
>                                      end


It's hard to tell from the word textfield whether you are using a 
text member or a field member. For fields it looks like the dot 
syntax may not work on ranges, so you can set the style using normal 
syntax:

set the fontstyle of char s to s of field "textfield" to "bold,italic"


For Text members, you need to use a property list and not a string, 
so this works:

member("Textfield","Cast").char[s..e].fontstyle=[#bold, #italic]



[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