How to Resize a Multitude of Similar Objects?

 From:  YHWH_777
5243.1 
I created an object and then used Array to duplicate the object 100s of times. I would now like to resize the individual objects themselves. Is there a script that will loop through all of the objects and resize them one at a time?

For example, say you create a cube that is 1x1x1 in size. Then you create an array that is 10x10x1 with a spacing of 1x1. You will now have 100 cubes in a 10x10 array. What if I wanted to change the size of the cubes from 1x1x1 to 1.5x1.5x1.5?