6 lines
88 B
VB.net
6 lines
88 B
VB.net
|
|
items = Array("Apple", "Orange", "Banana")
|
||
|
|
|
||
|
|
For Each x In items
|
||
|
|
WScript.Echo x
|
||
|
|
Next
|