Re: P.S. on searching for chars within a string

2014-09-24 Thread Michael Doub
Very creative approach. I like it. -= Mike On Sep 24, 2014, at 12:30 PM, J. Landman Gay wrote: > Jacqueline ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: P.S. on searching for chars within a string

2014-09-24 Thread J. Landman Gay
On 9/24/2014, 2:20 AM, la...@significantplanet.org wrote: I am using a for each loop and have run some benchmark time tests. I am able to find (match) the words I want in about 1/7 of the time that it used to take me using a different procedure - and the old way was pretty fast! To find all the

Re: P.S. on searching for chars within a string

2014-09-24 Thread larry
aig -Original Message- From: larry To: use-livecode Sent: Tue, Sep 23, 2014 8:25 pm Subject: P.S. on searching for chars within a string Hello again, I know how to do it with brute force, but I want to know the FASTEST way to find the chars. Thanks ___

Re: P.S. on searching for chars within a string

2014-09-23 Thread dunbarx
- From: larry To: use-livecode Sent: Tue, Sep 23, 2014 8:25 pm Subject: P.S. on searching for chars within a string Hello again, I know how to do it with brute force, but I want to know the FASTEST way to find the chars. Thanks ___ use-liveco

P.S. on searching for chars within a string

2014-09-23 Thread larry
Hello again, I know how to do it with brute force, but I want to know the FASTEST way to find the chars. Thanks ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription p