Sets the value of the item at the specified index.
int32 Set( int32 p_nIndex, int8 vale )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_nIndex | The index whose value you wish to set. |
| <int8> | vale | The value of to set at the specified index. |
None published. Please look for an example in the Simdify Scripting Language code base.