>
> I think what you are asking goes quite agains the Object Oriented modell:
> You want to mix the values of two separate objects.
It's OOP that I am trying to get my head around and it hurts :->
Thanks for the reply. What I have been experimenting with is writing the
values to a DBM file each time the program runs and retrieving them as I
need to. Because it is a DBM file it handles the duplicate value problem and
just updates the value. It seems to be working, doesn't seem very efficient
so I will look at all options.
Thanks for the feedback.
Cheers
Kevin