Set Data Member Function

Sets the value of the item at the specified index.

Prototype

int32 Set( int32 p_nIndex, uint32 vale )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index whose value you wish to set.
uint32valeThe value of to set at the specified index.

Examples

Copy Text To Clipboard

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