Array := Array("Red", "Green", "Blue")
for i in Array
MsgBox, % Array[i]
; или
for i,n in Array
MsgBox, % n