Move  Array

The Move function moves one or several items.

Syntax

Integer Array.Move(
     Integer source,
     Integer target,
     Integer count = 1)

Parameters

sourceIndex of the item to move.Required
targetIndex of the new item position.
-1: End.
Required
countNumber of items to move.Optional

Return value

The Move function returns true.

If an error occurs, the Move function returns false.

Example

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