I have a table of values and I want to read the value of each index and then pack them together into a list... I can get them all out of the table one by one, is this the best way to do it. Or is there a better way to read table as list?
None of the table is signal data, it is all control data... I'd rather not use tabreceive~ if possible