DeleteClones  Array

The DeleteClones function deletes all clones and sets the items to null.

Syntax

Integer Array.DeleteClones(
     Integer iStart = 0,
     Integer iEnd = -1)

Parameters

iStartIndex of the first item.Optional
iEndIndex of the last item (excluded).
-1: Last array item (included).
Optional

Return value

The DeleteClones function returns the number of deleted items.

Example

myArray.DeleteClones()
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia