Move Data Member Function

Moves the object at the source index to the destination index. The <List> is temporarily re-ordered, so subsequent move operations may require recomputation to ensure their index values are correct.

Prototype

int32 Move( int32 p_nDest, int32 p_nSource )

Parameters

Parameter Type Parameter Name Documentation
int32p_nDestAn <int32> representing the destination index.
int32p_nSourceAn <int32> representing the source index.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.