Quote Originally Posted by ./m View Post
I'd suggest grouping each gameid structure into it's own array, then shuffle those arrays, then output. That seems like the simplest way IMO
@./m
Thanks for the suggestion - I have been able to get all games into their own individual array, but haven't figured out a way to compare one to the next to see if they match to put them in array list together. I did at one point try and delete the "GameID: " portion so the array started right at the ID number, but still didn't know where to go from there. Any suggestions, Thanks.