How about keeping a “maximum index of the table” variable and updating it when 
you add to the table? Then you can just write `myTable[maxIndex][^1]`.

Reply via email to