T
TeeSee
I very often see code for a loop, lets say loop thru controls, that
goes something like ....
for x = 0 to control.count -1
for x = 1 to control.count -1
Why the Minus 1 ??
goes something like ....
for x = 0 to control.count -1
for x = 1 to control.count -1
Why the Minus 1 ??