RosettaCodeData/Task/Array-length/VBA/array-length-1.vba

2 lines
68 B
Plaintext

Debug.Print "Array Length: " & UBound(Array("apple", "orange")) + 1