Quote:
|
Originally Posted by Freecode
Quote:
|
Originally Posted by ShAyA
what about string arrays?
|
What??? a string is an array........
|
in other words a two dimensional array
but lets say
you have charName[][]
example
charName[0][] = "Monkey";
charName[1][] = "Ape";
setCharName(charName);
would it just be:
get_array(1, charNames, 34);
how would it all work out?