Copies the value of the array subscripts into the <Int32Array> submitted to this function. For example, a declaration of 'int my_int[2][3][4]' returns an <Int32Array> containing the values [2, 3, 4].
int32 GetSubscripts( Int32Array dst )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Int32Array> | dst | A pointer to the destination <Int32Array>. |
None published. Please look for an example in the Simdify Scripting Language code base.