Hello, everyone. I looked in this thread but don't seem to find a solution.
I have to store a lot of string data (random sequence of characters basically) with 4 word variables attached to them. So in table terms that 5 columns with 1000 rows. I have to be able to look for a string in the first column and then get all word variables from that row, process them and perform the function.
I know how to create a file, add a cell with data, start a new row, is it possible to search for the cell with data? Also don't know how to delete a row with left rows shift and how to rewrite a cell.
If not possible, how do I store what is basically an array of arrays with no restrictions on power loss?
Converting types of variables is not a problem.
Thanx in advance.