Avatar

Level 2

Dear Jono Moore,

Thanks for your reply.

You said to delete the row that the script in the button is as follow:

_RowName.removeInstance(this.parent.index);

fox example, if my row name is called "Row1", then script in the button is like follow:

_Row1.removeInstance(this.parent.index);

but it is not work, am i missing something else?

and "this.parent.index" means???

Thanks.