logo       

Populate a new array: msg#00087

lang.smalltalk.squeak.beginners

Subject: Populate a new array

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/


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise