Type tSomething(id As Int, Name As String, Value As Double)
Dim lstSomehting As List
lstSomething.Inititialize
Dim Something As tSomething
Something.Initialize
Something.ID = 1
...
lstSomething.Add(Something)
Often the better way is to use a DB table (not complicated but you have to know a little stuff about DB)