DeleteItem  Table

The DeleteItem function removes the item with its cells.

Syntax

Table.DeleteItem(
     Integer index,
     Integer count = 1)

Parameters

indexIndex of the item.Required
countNumber of items to delete.Optional

Return value

The DeleteItem function has no return values.

Example

// Delete the first item
myTable.DeleteItem(0)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia