Populate a new array.
On Mar 11, 2007, at 10:40 , Blake wrote:
> Wondering if I'm missing something.
Bert replied:
^(1 to: aQuantity) collect: [:i | stuff]
or alternately can be added:
^Array new: aQuantity withAll: stuff
And depending on context it is probably easier to do
either of these in line than as a method.
Also:
myCollection withAll: stuff
will work if you already have the instance.
Yours in service, --Jerome Peace
____________________________________________________________________________________
Looking for earth-friendly autos?
Browse Top Cars by "Green Rating" at Yahoo! Autos' Green Center.
http://autos.yahoo.com/green_center/_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners