Is it possible to get the current loop index in a foreach block ?
-- rgds, Wilfried [MapPoint MVP]http://www.mestdagh.biz
You could declare your own counter outside of the loop, or use an indexed-based for-next loop.
Marc