ScriptSpot

Forum topic · General Scripting

Count Array Name Problem

By Mrjacks2o · 2021-11-24

Description

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 (1)

.

miauu · 2021-11-24

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