Hi, I have created a table with 9 columns and 20 rows. The first column contains text and all the other cells can only contain numbers. The user enters the numbers manually as required. I will ultimately put the table on a sliding panel so I can move between different panels. My question is:
will the data disappear from the table as I move between panels?
If they do, should I create an array to store the table data that can then be read into the table next time it is viewed during the same session?
If I need an Array, how do I create a mixed array for the text and numbers?
Thanks
will the data disappear from the table as I move between panels?
If they do, should I create an array to store the table data that can then be read into the table next time it is viewed during the same session?
If I need an Array, how do I create a mixed array for the text and numbers?
Thanks