hblan
08-28-2006, 09:45 AM
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 .
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 .
