Replace with

Camm29 Camm29 at tesco.net
Thu May 18 17:43:21 EDT 2006


FANTASTIC !!!

----- Original Message -----
From: "Ken Ray" <kray at sonsothunder.com>
To: "Use Revolution List" <use-revolution at lists.runrev.com>
Sent: Thursday, May 18, 2006 10:03 PM
Subject: Re: Replace with


> On 5/18/06 3:45 PM, "Camm29" <Camm29 at tesco.net> wrote:
>
> > It may be simple but I failed.
> >
> > i need a Simple way to achieve ,
> >
> > replace "0:" with "" in data
> > replace "1:" with "" in data
> > replace "2:" with "" in data
> > replace "3:" with "" in data
> > replace "4:" with "" in data
> > replace "5:" with "" in data
> > replace "6:" with "" in data
> > replace "7:" with "" in data
> > replace "8:" with "" in data
> > replace "9:" with "" in data
> > replace "A:" with "" in data
> > replace "B:" with "" in data
> > replace "C:" with "" in data
> > replace "D:" with "" in data
> > replace "E:" with "" in data
> > replace "F:" with "" in data
>
> You can do this:
>
>   put replaceText(data,"[0-9A-F]:","") into data
>
> HTH,
>
> Ken Ray
> Sons of Thunder Software
> Web site: http://www.sonsothunder.com/
> Email: kray at sonsothunder.com
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.0.392 / Virus Database: 268.6.0/342 - Release Date: 17/05/2006
>
>




More information about the use-livecode mailing list