I am not either. but:

on mouseup
    get fld "yourField"
    repeat with y = 1 to the number of words in it
       if word y of it = yourtext then set the textstyle of word y of fld   
"yourField" to "box"
    end repeat
end mouseup

Now this writes to fld "yourfield" every time it matches. I think if you 
use the "htmltext" you can work in a variable and set the style all at once. 
Faster.

Craig newman
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to