Skip to content
John Mark Gabriel Caguicla edited this page Jul 29, 2018 · 1 revision

Function Array_Count(ByRef arr as Variant) as Long

Returns the size of the input array.

Parameters

arr - array to be checked

Returns

The size of the input array arr.

Examples


Function Array_Equals(ByRef arr As Variant, ByRef other As Variant) As Boolean

Tests two arrays for memberwise equality

Parameters

arr - first array to be compared

other - second array to be compared

Returns

TRUE if both arrays are of equal size and composed of identical members, FALSE otherwise.

Examples

Clone this wiki locally