in reply to Re: Re: Re: Find common prefix from a list of strings
in thread Find common prefix from a list of strings
Hmm, well I guess that is what I get for only doing testing on the example array. I guess I misunderstood how the & worked on strings, I thought it did it on a byte/character basis and only on bit basis for numbers. Thanks for finding this counter example.