RemoveClones  Array

The RemoveClones function removes all clones without deleting objects.

Syntax

Integer Array.RemoveClones(
     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 RemoveClones function returns the number of removed items.

Example

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