Set Data Member Function

Sets the value of the item at the specified index.

Prototype

int32 Set( int32 p_nIndex, int8 vale )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index whose value you wish to set.
<int8>valeThe value of to set at the specified index.

Examples

Copy Text To Clipboard

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