Hi,
can somebody explain how to do an array or list of map?
this is the Java code I used, but I can't get it to work in B4J
THX
can somebody explain how to do an array or list of map?
this is the Java code I used, but I can't get it to work in B4J
B4X:
public static Descriptor[] sg = new Descriptor[10];
int segptr = 0;
sg[segptr] = new Descriptor();
sg[segptr].segment = 1;
THX