| How to Determine How Many Entries there are in a
given array. Use the following function to return the number of items contained: Public Function ArrayStrLen(aArray() As String) As Integer For ArrayStrLen = LBound(aArray()) To UBound(aArray()) Next End Function |
___________________________________________ Send Bugs, comments to the webmaster at webmaster@mwe.8m.com © 1999 MW Software, all rights reserved |