GetCount Data Member Function

Returns the count of the underlying array object. Note that this does not return information about how the array is declared. For example, this function returns 4 for both of the following declarations: 'int i[2][2]' and 'int i[4]'.

Prototype

int32 GetCount()

Examples

Copy Text To Clipboard

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