``` var datain = {"columns":["name","abbreviation"...
# suitescript
t
Copy code
var datain = {"columns":["name","abbreviation"]};
Copy code
for (x = 0; x < datain.columns.length; x++) {
am i being stupid, this should work shouldn’t it? i’ve tried for and forEach and just get the message that it can’t work on undefined. yet in debugger it works