in reply to Re^2: Adding Unique Elements to Array
in thread Adding Unique Elements to Array

That's the way I do it. It avoids having to test for duplicates (in my code, anyway). Also, if I need 'em in order I can use sort keys.. I'm relieved to see that mentioned here. I was afraid I was the only one doing it, and that there was a far better way.