VBScript Function - Microsoft

Typically the lower bound of an array (that is, the index number assigned to the first element in the array) is 0. In Windows PowerShell you can verify that by using the . GetLowerBound() ... There are at least two ways to determine the index number of the last item in a Windows PowerShell array. For example, suppose we have the following array: ................
................