Hi,
I want to create a data store to allow me to store some data.
The first idea was to create a dictionary where you have 1 key with many values, so a bit like a one to many relationship
I think the dictionary only has 1 key value.
How else could I store this information??
Marc