In a message dated 2/4/09 5:26:29 PM, [email protected] writes:
> 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) & "]","") > Mark. Sort of pseudo wild cards. Whew. Where do the docs say this? And how do it know? Is it ASCII ordered? In other words, would: ..."[" & "a-z" & "]"... replace every char in that range? ReplaceText is better than Rinaldi's fullReplace with all that stuff. Craig ************** Great Deals on Dell Laptops. Starting at $499. (http://pr.atwola.com/promoclk/100000075x1217883258x1201191827/aol?redir=http://ad.double click.net/clk;211531132;33070124;e) _______________________________________________ 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
