Print the lower and upper bound of the passed array, and print each member.
The array
Dim TestArr(4) As String TestArr(1) = "one" TestArr(2) = "two" TestArr(3) = "three" xf.Interact.PrintArray TestArr Array 0:4 0=;1=one;2=two;3=three;4=