Where/How to store data

You can’t write to a datable at runtime, the data table is just to pull the data.

I suppose I could use a struct, and just have an array of them. I don’t think I can create them at runtime though? So I would have to pre-make 50-60 structs store them in an array and then at runtime drag the data out of the datatable and fill them all. Not impossible though.

Thanks for the suggestion.