I have a DAT table.
I basically have the 3 name tags in the table like so : “text x y”
I would like to add the strings of “x” and “y” field into the “text” field of each rows
it has be to generated automatically, as the rows will be evolving with the incoming values
How can I do that?
MyBlobTrack1.2.toe (7.0 KB)
You can use evaluate Dat, with your original Dat as first entry and a table Dat with Python in the changing cells as second entry.
Open Operator Snippet on evaluate Dat and you will see some useful examples.
Ok, but I don’t know how to use it
checking the documentation is not super helpful …
ok, solved!
I am not used to play with python (i am from C++ and C#)
thank you!