Iterating Items collections in VBScript - why items don't behave
Here's an interesting Microsoft knowledge base article I stumbled across that discusses a common mistake on iterating an Item collection.. The premise is that any property/method on a given Item in the collection always references the collection's Item directly: be sure to use a single reference instead of referencing the Item multiple times.
0 Comments:
Post a Comment
<< Home