I have global tables for which the cell format is array so that I can put many values in each cell.
What is the correct syntax to reference a specific value in an array in a cell?
For exemple, I reference the cell with Table("Interventions")[i][5] but that gives me the whole cell content. I just want to reference one value in the array in the cell.
By default all arrays in every cell have the same name: Array[1]
Thanks,