On 6/27/06 12:49 PM, "Christopher Nebel" <email@hidden> wrote:
The problem is that you're one level lower than you think.
Thanks.
This may also explain why I'd rather shop at the strip center than
at the
mall.
So, would you consider searching for the desired entry first to be one
valid solution? What might be better?
Given the precise task of adding an item to an array but only if it's
not already there, searching for it first is certainly a way to do
it. In fact, it's really the *only* way to do it. Since what you're
really trying to do is add TextEdit to the Dock, then there are other
ways, but yours is probably the cleanest one I've seen yet.