Keyboard Face » VBScript Array Length

Keyboard Face » VBScript Array Length

瀏覽:736
日期:2024-05-23
Apparently there is no direct method to determine the length of an array in VBScript. The best way I could find is to use UBound(ArrayName). This will return the upper limit of the array. Unfortunately, it doesn’t account for empty items in the array. In ...看更多