I'm trying to show a table from CSV data.
1. Loading the file into memory with fOpen() and fRead()
2. Building an array with csvtoarray()
Now I want to fill a table in my window with the data from my array. I
have a table with one column which represents the row id.
Then I am able to add columns to the table with ControlClone. I can
change the column title with an indirection like this
{"TABLE_data.COL_"+i}..Title = garrData[1,i]
But I don't see how to add the data with for example TableAddLine()
since I don't know the number of parameters in advance!
How are you doing tables with a variable/flexible amount of columns?
TIA
Sebastian
--
--
http://arnoldconsult.de