Mark,
That should do nicely. Thanks!

On Wed, Feb 4, 2009 at 4:26 PM, Mark Schonewille <
m.schonewi...@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
>
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to