In Global:
Dim Cards(52) As Int
In Activity_Create:
Cards(52) = someNumber
Error when app is compiled-run:
java.lang.ArrayIndexOutOf BoundsException
How can 52 be an out-of-bounds index when I Dimmed it to 52?
Dim Cards(52) As Int
In Activity_Create:
Cards(52) = someNumber
Error when app is compiled-run:
java.lang.ArrayIndexOutOf BoundsException
How can 52 be an out-of-bounds index when I Dimmed it to 52?