Skip to content

Delete_Item - Array

Removes the specified item from the Array and compacts the remaining elements

Type: Procedure

Parameters

Parameter Type Description
iItem Integer Item to be deleted

Syntax

Procedure Delete_Item Integer iItem

Call Example

Send Delete_Item iItem

Description

Delete_Item removes the specified item from the Array and compacts the remaining elements. The delete_item message is used when a single item in the Array is to be removed. All items that follow the deleted item will have their item number reduced by 1.

send delete_item of oMyArray 3

See Also

Delete_data