Dear community,
i’m trying to solve a problem, but i really need a help!
i’m receiving datas from CCV (TUIO protocol) directly in Touch.
datas are written in one string, every new blob are added sequential on one row.
I converted the text in a table and then did a selectDAT of cells by index.
The problem is that when i have 2 blobs and the first one disappear, the datas of the second blob go in the cells of the first blob :s
So i have to use another method; each blob has an id and the id number never change, also if change position in the string.
How can i select a NEW id and the cell near to it, and redirect this datas in a DAT?
If anyone need has an idea and need more information, i’ll upload a example with the same datas received from CCV.
Thank you a lot!!
Nima