Instance.PropertyArray.delete()

Signature

void delete (PropertyArray arr, int index)

Domain

ACTION, BUI

Description

Deletes the array element in arr located at index and shifts any subsequent elements to the left (subtracts one from their indices).

Parameters

NameTypeDescription
arrPropertyArrayA PropertyArray to delete an element from.
indexintThe index in the PropertyArray arr to delete.

Returns

TypeDescription
void

Cautions

none