Hi to all
Is it possible to set the values in two-dimension array in a module in multiple lines of code like this?
Thanks
Is it possible to set the values in two-dimension array in a module in multiple lines of code like this?
B4X:
Dim Matrix(4,4) as Int
Matrix = Array as Integer:
1, 2, 3, 4, 5:
6, 7, 8, 9,10:
11,12,13,14,15:
16,17,18,19,20:
21,22,23,24,25: