I want to achieve this:
int item1, item2, item3;
for (i = 0; i < size; i++) {
"item"+i = i;
}
How would I do this? I want to get the variable name there but it would be a combination of something that doesn't work (string+integer) instead of the variable name