Originally Posted by
Flareboy323
Well, think of it this way:
You have a general specification, lets say "fruit". Inside that general specification, you might have "apple," "orange," and "pear." Then, pointing to each of those, is an even more specific specification. For apple, you might have "red," "glossy," and "core" while for orange you might have "orange," "rough," and "juicy." Maybe from there you even have a pointer pointing to each thing, like say for apple, a specification of red might be "burgundy."
What would I do to have a list of information such as that one, in a convenient matter where I could, say, go "Is the value apple under the main specification of fruit?" and have it return true or false. And then from there, go "Well, is the apple red? and if so, what shade of red?" and be able to return the value of the shade of red.
Would I have to use something like a multidimensional array for this?
Sorry if my explaining is still unclear, but I don't know of a much better way to explain it.