Help me with blocks please.
I am beginner. How can I read ONE RECORD from csv table?
Example I want read C4 cell value to label and read C7 to another label and display sum this 2 cell value in 3rd label.
I CAN MAKE CSV IN APP AND I CAN WRITE TO CSV But I cant read SPECIALLY record. Help me ple from Hungary Thom .
From your latest aia, I see your only table is the one you build up in a file, then read back from that file.
Assigning the CSV converted table to a ListView.Elements ruins the two dimensional structure of the table.
Assign the converted text into a global variable where it can sit in table form and be able to respond to list blocks that select rows from the table as lists inside the table.