18.09.2017, 13:52
Good morning to all
I have the following problem
I want to call all my objects and put them inside a variable, I already did it like this:
but the result it gives me is not the one I want, since I have the following objects
0/0/1
... there are several of these
1/1/1
..... there are several of these
but I do not leave the others that are aprox 500 objects
How can I get 500 objects out?
a Img
I have the following problem
I want to call all my objects and put them inside a variable, I already did it like this:
Code:
objects= grp.all();
log(objects);
but the result it gives me is not the one I want, since I have the following objects
0/0/1
... there are several of these
1/1/1
..... there are several of these
but I do not leave the others that are aprox 500 objects
How can I get 500 objects out?
a Img