depending on what values the V's will take on.
Define your array: "double" array[col][row]you can InsertTableRows, InsertTableColumns. initiate a for loop for the rows and another for the columns.
use array[col][row]=GetTableCellVal(panel,ControlID,MakePoint[col][row], &double variable);
Then use ArrayToFile with the correct arguments to send it to file.