There is an array consisting of three-dimensional arrays, I want to find out what is in each mkts index, how is it better and easier to find out all the values in each index? How to use the index to find out the value?
mkts = array [0..3, 1..6, 1..16] of SmallInt; TPmkts = ^mkts; Pkts: array[1..Blocks, 1..RTParts] of TPmkts = ( (nil, nil), (nil, nil), (nil, nil), (nil, nil) );