- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
I would pass the object that called the function and then work from there within the function.
script_object.deletetheRow(this);
Then the function
function deletetheRow(oObject) {
oObject.parent.parent._item.removeInstance(oObject.parent.index);
}
Niall
Views
Replies
0 Likes
Total Likes