On Jun 15, 2006, at 3:27 PM, Chuck Pelto wrote:
What is the call to get the number of elements/items in an array?
There isn't one. UBound returns the index of the last element of an array. Since the first element has index 0, the number of elements is 1 + UBound.
Charles Yeomans _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>