<-- Previous || Up || Next -->

First Atomic Non Object Array Element Function
Array Others Class

Public Function FirstAtomicNonObjectArrayElement( _
    ByRef vArray As Variant _
    ) As Variant

Return the value of the first non-array, non-object element of a variant using a depth-first search. If the argument is not a variant array, return it. Returns Empty instead of an Object reference if the first non-array element is a vbObject type value. See also the FirstAtomicArrayElement function.
Note: Handles arguments containing objects and nested variant arrays.
v1.3 Pro Change: The implementation of this function has changed.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.