Notifications
Clear all

[Closed] are there same commands ?

local theArrary = #(1,“a”,“b”,$sphere01,88)

the commands :

for i =1 to theArray.count do (…)

for i in 1 to theArray.count do (…)

are there equivalent ?

if true , i would rather use the second one, more easily for press.

thanks .

2 Replies

Yes.

Light

thanks .
lighting…