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