02.01.2018, 14:24
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?
but this works fine
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
Код:
static Iterator:Thing[5]<100>;