Remove  Array

The Remove function removes the items from the list without deleting objects.

Syntax

Array.Remove(
     Integer index,
     Integer count = 1)

Parameters

indexIndex of the first item.Required
countNumber of items to remove.Optional

Return value

The Remove function has no return values.

Example

myArray.Remove(4, 2)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia