Read/Write and Clear from an Array Tag (integer array)

Does it work if you convert the list into a jarray first?

v = [0,1,2,3]
import jarray
from java.lang import Integer
v_arr = jarray.array(v, Integer)

To be honest I'm not even sure if array columns are supported or not, but see if this gets you to an error somewhere further.

1 Like