
09-12-2009, 08:23 PM
|
|
Cyril Rain
|
 |
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
|
|
|
I leave the array part as array correct? being that there are many different array names?
and can call that function like:
searchArray(array, start);
correct?
bleh, to be more specific.
searching through the arrays ingraal1, ingraal2, ingraal3, graal4, cuddlefish, bombs, arrows, penguins
to pull up only the ones that have "ingraal" in the array name, then display the number after "ingraal".
so it finds ingraal1, ingraal2, ingraal3, then displays
1
2
3 |
|
|
|