Hello again STxAxTIC. I have been trying to follow your approach on a data base like file management with link list. Have to admit I'm having trouble visualizing it to adapt it in a simplified form that I could play around with - but nevertheless, if you'd like to see an example of the data I'm trying to organize and work with here are two different data files which do relate to each other. Basically I'm working with 50 Events and tracking over 100 difference aspects elements/sub events which interact with main 50 Events.
So here is the data 1 for only 1 of the 50 Events:
3400,2,463
3404,7,464
3434,3,465
3437,2,466
3440,1,467
3443,2,468
3447,1,469
3454,1,470
3455,2,471
3462,2,472
3463,3,473
Data 2 - Here is data from another file containing different info on the very same Event
You can image, I have a lot of Data files to work with for each of 50 Events. And I have picked out only 10 entries from the 2 different files, each of those 2 files have just under a thousand entries as the data is covering about 30 years.
It is possible from this data for me to pin point a single day in the past and a see what happened on that day for each of the 50 events. This becomes important if something that was not previously know for that day occurred to affect one or more of the 50 events. I then need to either alter the data for that day or in some case create a new record for that day. So Updating is an ongoing process as well.
So I'm not sure exactly how Linked List would work on a large scale and if my main connection to all the data (being the same 50 events) would actually count as a "Link" to all the data already. The storage of the Lists in a North,South,East,West orientation which you described in another Discussion Topic does have me intrigued, especially in terms of my SAMU mania.