ErichTheWebGuy
Programmer
I have several arrays that are named like this:
etc..
I want to call upon their data like this:
but its not working... anyone know how I can get this to work?
Code:
@array_1
@array_2
@array_3
I want to call upon their data like this:
Code:
@array_$variable[0]