Expand my Community achievements bar.

Inserting Multiple Rows into a Table

Avatar

Former Community Member
I am having problems insert multiple rows. I am using Table1.Row1.instanceManger.addInstance(1).



I try adding another line using

Table1.Row2.Cell2.value.#text= "TEST"



and I get an error acessor is unknown. I assume this is an index issue. Can someone tell me if I am doing this wrong and discuss table indexes?
0 Replies