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

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
Dutch forum: http://runrev.info/rrforum

We are always looking for new projects! Feel free to contact us to discuss your custom software project!

On 4 feb 2009, at 22:58, Chipp Walters wrote:

Anyone know of a quick way to convert a string to only lower ascii 128?
(Deletes anything above).
I'm hoping for something other than a repeat for each char loop.


_______________________________________________
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