This article is tagged with:
Vbscript for each loop
and mysql
vbscript for each loop
For Each item In items
...
If exitNow = True Then
Exit For
End If
Next