Value to variable name

gfvalvo:
It doesn’t work that way. Variable names only have significance at compile-time. At run-time all you have is memory addresses.

You're saying it will not work this way?

I guess that means that I will have to place an 'if /else if ' structure inside my foreach run to go over all possible arrays..