Hello Everybody,
is there a way to tell Touchdesigner to start "a = ttable.col(0) and .row(1) ?
I was testing different ways to get the values and removing the word “id” in the first loop, before storing it in txtable =
Ive also tried to use the n.cell[‘id’] and so on. But this gives me again the value of [0,0] and of course the word “id” i dont need.
My goal is to have a code, that loops only col(0), starting at row(1).
Checking if an “id” exists, if not, it will assign a “id”(range(1,5)) to a name from the “tname” variable.
After 30 seconds another script will delete one of the longer existing “id” and the content in its row(x), to make space for another name and value with a “id” in the range(1,5).
I know that i can use a selectDat with "select Rows by Index, and Select Cols by Index. =)
Thank you in advance for the help