DAT Table referencing

I have a DAT table that I would like to reference a null column specifically through python string but I’m not much of a scripter, I’ve looked on the forums but I can’t get it to work

This is a screenshot I took, as you can see I’m trying to get a word from the null column to the dat table.

You could use a datexecute like this:

The line of code I’ve add there will set the first cell from the null to the first cell of the table on right…
op('table2')[0,0] = dat[0,0]

You could also just use a select dat and pick that cell. I’ve put both examples in the toe attached.

Does that help?

All the best,
Jayson

datexecutedemo.toe (3.6 KB)