I have an array of units. I would like to create an other array from that which contains units of only a particular type (eg LandVehicles; Tank; Air etc.) contained in the fist array.
countType tells me how many there are, but how do I identify them?