Home > comp > gb > collection > _next 
  [3.0]
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
FOR EACH Collection (gb)
Syntax
DIM hCollection AS Collection
DIM aVariant AS Variant

FOR EACH aVariant IN hCollection
  ...
NEXT

Enumerates each value stored in the collection.

Note that elements are enumerated in the order they were inserted. But if you replace the value of an already inserted key, then the order is kept.