repeat loop and formatting question

Sarah Reichelt sarah.reichelt at gmail.com
Sun Nov 16 01:16:55 EST 2008


On Sun, Nov 16, 2008 at 3:32 PM, Mark Swindell <mdswindell at cruzio.com> wrote:
> Another question:  Is there a straightforward way to maintain uppercase
> letters in this swap-out scheme?
>
> replace "th" with "<b>th</b>" in tText also replaces "Th" with "<b>th</>"
>


set the caseSensitive to true

Run this line before doing the replace and it should all work as expected.

Cheers,
Sarah



More information about the use-livecode mailing list