DIM hStringArray AS String[]
DIM aString AS String

FOR EACH aString IN hStringArray
  ...
NEXT

Enumerates each element stored in the array.