convert to lower ascii 128?

Chipp Walters chipp at chipp.com
Wed Feb 4 20:20:01 EST 2009


Mark,
That should do nicely. Thanks!

On Wed, Feb 4, 2009 at 4:26 PM, Mark Schonewille <
m.schonewille at economy-x-talk.com> wrote:

> Hi Chipp,
>
> Are you sure that you simply want to delete all characters above ASCII 128?
>
>   put "Thîs ïs sømé tèxt" into myString
>   put replacetext(myString,"[" & numToChar(129) & "-" & numToChar(255) &
> "]","")
>   --> Ths s sm txt
>



More information about the use-livecode mailing list