arrayrelocate
ARRAY
,
SEPARATOR
,
POSITION
,
NEWPOSITION
,
COUNT

The arrayrelocate statement moves one or more items in a text array to a new position.


Parameters

This statement has five parameters:

array – the array to be reordered.

separator – the separator character.

position – the original position of the first item you want to move.

newposition – the new position of the first item you want to move.

count – the number of items to move. This parameter is optional, if omitted, one item will be moved.


Description

This statement moves one or more items in a text array to a new position.

local ocell,ncell
dragwithinmatrix ocell,ncell
arrayrelocate colors,",", ocell,ncell 

For additional explanation and examples, see the arrayrelocate( function.


See Also


History

VersionStatusNotes
10.0NewNew in this version.