[EDIT] Sorry, I just found Type.
I am used to using a 'record' as an object with say three fields and then storing the records in a List that has random access for adding/removing. The familiar List seems to be available as a container but no record class nor can I see a way to construct such a class.
Any suggestions please?
I am used to using a 'record' as an object with say three fields and then storing the records in a List that has random access for adding/removing. The familiar List seems to be available as a container but no record class nor can I see a way to construct such a class.
Any suggestions please?
Last edited: