On 07/14/2016 12:49 PM, José Rafael Subía Valdez wrote:
well.. it's like a table of tables, a matrix. and you address them by "frames" instead of by simple index
assuming you have uniform tables (all tables of the same size) it is pretty easy to store the data in a single big table and calculate the bigindex for a given frame/index:
table[frame][index] == bigtable[frame*framesize+index]
gfmards IOhannes