I am trying to create an array of integers but am not quite sure how to do that.
Original Java code:
So it looks like it is assigning an array of numbers to mod1.
Other than how to show this as an int array in B4A, I also would like to add this array to a type, but I don't think I did that right...
Any ideas?
Original Java code:
B4X:
int[] mod1 = {343,171,22,20,22,62,22,62,22,62,22,62,22,62,22,20,22,62,22,20,22,62,22,62,22,62,22,62,22,62,22,20,22,62,22,62,22,20,22,20,22,20,22,20,22,62,22,20,22,20,22,20,22,62,22,62,22,62,22,62,22,20,22,62,22,62,22,1360,343,83,22,3806};
So it looks like it is assigning an array of numbers to mod1.
Other than how to show this as an int array in B4A, I also would like to add this array to a type, but I don't think I did that right...
B4X:
Type MyData (a as Int, b as Int, mod1 as Array As Int)
Any ideas?