checking for all items is fairly easy, I guess. just check that none of the vars isemtpy().
checking if all are different is not that difficult eighter? just browse through all of them, check if the others are different? for the first one, this means checking against 24 others, but for the last but one, you only need to check against teh last one. takes some coding, but fairly easy coding...