GetArrayAddresses Data Member Function

Populates a <StrList> object with variable names and array subscript addresses such as [0], [0][0], or [0][0][0], and so on.

Prototype

int32 GetArrayAddresses( StrList p_slAddresses )

Parameters

Parameter Type Parameter Name Documentation
<StrList>p_slAddressesA pointer to the <StrList> object that will store the array subscript addresses.

Examples

Copy Text To Clipboard

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