Hello, I created 2-d array and place it in a ArrayList.
When I read out from it, it only prints the last item, the number of times I placed an item inside the arrayList.
ArrayList
value insert-------------------------
configureValues[0, 0] =
configureValues[0, 1] = 1;
configureList.Add(configureValues);
configureValues[0, 1] = 2;
configureValues[0, 1] = 3;
extraction----------------------------------
{
tempo = tempo +
}
-----------------------prints
fun
Help, Thanks.
,