I am stuck in a stupid mess... I want to get not only the value of an array but also the index of the values. In PHP it\'s simple: foreach($array as $key->$
foreach($array as $key->$
int arraySize = array.count; // No need to calculate count/size always for (int i=0; i