Count Array Name Problem

Hi Everyone
trying to add a name to this code
------------
allObjects = helpers as array
for i = 1 to allObjects.count do
------------

similar to this but with array like the top script
------------
for OBJ in helpers where ( OBJ.name == "360" ) do
------------

thanks in advance.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
miauu's picture

.

for i = 1 to allObjsArr.count where allObjsArr[i].name == "360" do()

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.