3 lines
85 B
VB.net
3 lines
85 B
VB.net
|
|
arr = Array("apple","orange")
|
||
|
|
WScript.StdOut.WriteLine UBound(arr) - LBound(arr) + 1
|