looping through a vector
Posted: Tue Aug 06, 2019 6:02 am
is it possible to loop through a vector? for example
vector(5) test
test.fill 55, 2, 3
for !i in test
show !i
next
it will show 55 then 2 then 3
vector(5) test
test.fill 55, 2, 3
for !i in test
show !i
next
it will show 55 then 2 then 3