DIM
hIntegerArray
AS
Integer[]
DIM
anInteger
AS
Integer
FOR EACH
anInteger
IN
hIntegerArray
...
NEXT
Enumerates each element stored in the array.