Weird and Horrible Problem??!!

Alex Tweedly alex at tweedly.net
Thu Apr 13 12:53:37 EDT 2006


David Burgun wrote:

> How can an array have *two* identical entries??? My guess is that  
> they are not identical and that I just can't see the difference using  
> the debugger?? Maybe some non-displayable data got in there some how?  
> The Kind could be stored in a Custom Property is that makes any  
> difference.
>
> Any Tips on how to track down what is going wrong here would be  
> greatly appreciated.
>
I've use a brute force method to find things like this ....

    repeat for each line L in the keys of gArray
        repeat for each char c in L
            put c && chartonum(c) & space after msg
        end repeat
        put cr after msg
    end repeat
    

-- 
Alex Tweedly       http://www.tweedly.net



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.4.1/310 - Release Date: 12/04/2006




More information about the use-livecode mailing list