myarray = array("A", "B", "C", "D")
element0 = myarray(0)
element1 = myarray(1)
For Each strElement In myarray
Wscript.Echo strElement
Next