Set Data Member Function

Removes the first item from the array. Internally performs work using a call to memmove.

Prototype

int32 Set( int32 Removes the last item from the array. Internally performs work using a call to memmove., int64 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
int32Removes the last item from the array. Internally performs work using a call to memmove.Sets the value of the item at the specified index.
int64p_nIndexThe index whose value you wish to set.

Examples

Copy Text To Clipboard

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