what its for is my database
in the one I did in DB, the catagories were fixed, ie : games, GFX apps, audio apps, net apps, so on,
and within those, I`d have the sub catagories
GAMES :
data "action agmes","simualtion games","fps games","racing games"
GFX APPS:
data .....
so on, ( I hope you can see what I was doing there )
Now I have DBP, I`m re-writing the database from scratch, and one of the key things I want to put in it is, the abilty to, when you feel like it, to add/edit/remove a catagory/sub catagory/sub_sub catagory.
one way i thought of doing it was to have a main array, that is user created, for the catagory list
then create a new dim for each catagory to store the sub cats in, but to that, ideally, I would need to name the arrays the same as the catagory ( which would be stored as a CAT$(1) array )
sorry if I got too confusing there...
but I`m confused myself.. lol