In B4A I do this in Globals:
And then I can see 0,1,2,3,4 in MaxRandom() in the watch window.
but if I do this in B4i, I see MaxRandom() size = 0, so the contents have not been added to it.
Is this expected, and how should I define MaxRandoms?
B4X:
Dim MaxRandoms() As String = Array As String("0","1","2","3","4")
but if I do this in B4i, I see MaxRandom() size = 0, so the contents have not been added to it.
Is this expected, and how should I define MaxRandoms?