HI,
I have this block to perform calculations.
At the end he saves each answer in a list "ListeTempsDePose" I also make a list with the hours which is the variable of calculation for each TempsDePose.
I'm trying to retrieve these 2 lists to use them in TableViewer but I can't.
Do you have an idea ? I know that the data must be in the final format: 19h00,20h00,21h00\n10,20,25
I have one list "ListeTempsDePose" with item =TempsDePoseCalculer and one list with the hours "ListeHeure" with item = HeureBoucle.
I know to make a list of list.
When i return to my home i send DoIt result with AI Compagnion
Thanks a lot
Do you mean how to convert this 2 lists to a list of list?
Use the For Each block.
And this is not a question about Tableviewer, I move your posts to a new thread.