GetSubscripts Data Member Function

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].

Prototype

int32 GetSubscripts( Int32Array dst )

Parameters

Parameter Type Parameter Name Documentation
<Int32Array>dstA pointer to the destination <Int32Array>.

Examples

Copy Text To Clipboard

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