On Thu, Aug 21, 2008 at 9:14 AM, Shari <[EMAIL PROTECTED]> wrote:
> If I've got a field with nicely formatted text, some bold, some underlined,
> etc., is there a way from within a script to change a word in that field
> without losing the formatting?

Untested, but how about storing the textStyle, changing the word, then
re-setting the styles.

e.g.

put the textStyle of word 3 of fld "Formatted" into tStyle
put "new" into fld "Formatted"
set the textStyle of word 3 of fld "Formatted" to tStyle

Cheers,
Sarah
_______________________________________________
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