The whole story is that I want to use the different constants as one variable with arrays in a loop, where to loop between the arrays of variable. I say again, maybe this what I call 'array' is not the same as what it means, but i mean the [32] after the var for example (think these were vector cells, but noe pretty sure). So, I need to use different const names in a loop, which are in one variable, and Variable[0] will be const1, Varriable[1] will be const2, etc. I'm not sure if this is possible.