Yeah... the nuances are a bit confusing huh?
Chris has covered most of it...
As for the 'units in chopper' thing, you can do it that way. The correct line would look like this:
"_x in
chopper" count units
groupWhich will count how many of one particular group are in the chopper.
Just bear in mind that the keyword
units doesn't actually refer to units... it must always be used in conjunction with a group (as it turns the group into an array so
count knows what to do with it).
Hopefully I didn't confuse you even more
The whole units/groups/count/foreach thing is a bit of a handful sometimes...