in reply to Re: Combining Duplicate entries in an Array
in thread Combining Duplicate entries in an Array

Hey Aaron, thanks for the reply.

My experience with hashes is limited, that's why I decided to go with an array to do this stuff.
But that array is one of about 5 total arrays that contain info like that. But my end result will be a hash with all 5 arrays combined using the "ID" as a key.

I've already been able to combine those arrays into a hash, I just had to get rid of those "Duplicates" first cause it can get pretty confusing with a hash and all the brackets..

But thanks again,
Matt

  • Comment on Re^2: Combining Duplicate entries in an Array