My previous "Sort Collection into every Unique Combination" question showed me that what I want to do will take forever. But I had to see if my solution was the best way. It is not. What my end goal is, is to sort files (mp3, tif, ico, avi, wav) into groups that will fit on the least amount of floppies or CD's. I do not want to split them either. I was going to loop and sum their sizes until they match the floppy/cd size, then start a new group. By trying every combination, I would save the combination that contained the least amount of groups. My question is, is there a better way.
Thanks in advance,
Edwin
Thanks in advance,
Edwin