|
the problem is, that doesnt seem it will work. Im not trying to search for values in an array. Ill set it up more clear.
Array
ingraal1 {hi,how,he}
ingraal2 {k,m,c,b,d}
ingraal3 {op,asd,g,a}
cuddlefish {2,5,213,2,0}
bombs {sjd,23,6,a}
arrows {s,d,e,gf,a}
Trying to search the NAME of the array, not the names inside the array.
So i want to pull out the array names that have "ingraal" in them, which would pull ingraal1, ingraal2, ingraal3. Then, i was wanting to print out what is after "ingraal" so it would show up
1
2
3
from the "ingraal(1-3)" array names. |