Re: Comparing two strings for first difference

2003-07-17 Thread Rob Anderson
"Paul Archer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Thanks a lot! This is just what I was looking for in your first example. > (The second example won't do me as much good, as I need to consider > characters that haven't changed inside of a string of characters that > have-

Re: Comparing two strings for first difference

2003-07-17 Thread Paul Archer
Thanks a lot! This is just what I was looking for in your first example. (The second example won't do me as much good, as I need to consider characters that haven't changed inside of a string of characters that have--but it's still a good reference.) Thanks again, paul 10:11am, Rob Anderson wro

Re: Comparing two strings for first difference

2003-07-17 Thread Rob Anderson
Hi Paul "Rob Anderson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Paul Archer" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > [snip] > > > > > If anyone can offer general improvements to that approach, that'd be > > great--but what I'm really interested in

Re: Comparing two strings for first difference

2003-07-17 Thread Rob Anderson
"Paul Archer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] > > If anyone can offer general improvements to that approach, that'd be > great--but what I'm really interested in is finding the first element that > differs, and maybe the last as well. If there were any easy way