Foreach multi dimension arrays
#1

Hey there

I've got some problems with theese multi dimension arrays in foreach... I'd like to create a new iterator and select random of them...

First, i tried to declare that but i've got errors... it this method possible or i can use just 2 dimension array?
Код:
static Iterator:Thing[4][5]<100>;
Код:
error 001: expected token: ";", but found "-integer value-"
error 017: undefined symbol "Iter_Single@Thing
but this works fine
Код:
static Iterator:Thing[5]<100>;
Reply


Messages In This Thread
Foreach multi dimension arrays - by m4karow - 02.01.2018, 14:24
Re: Foreach multi dimension arrays - by ThePhenix - 02.01.2018, 14:25
Re: Foreach multi dimension arrays - by m4karow - 02.01.2018, 14:33
Re: Foreach multi dimension arrays - by m4karow - 03.01.2018, 17:38

Forum Jump:


Users browsing this thread: 1 Guest(s)