Move Data Member Function

Moves this array into the destinary array. This array is left empty, with a count of zero, but the array object itself is not destroyed.

Prototype

int32 Move( StrArray p_oDst )

Parameters

Parameter Type Parameter Name Documentation
<StrArray>p_oDstA pointer to the destination array.

Examples

Copy Text To Clipboard

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