>>which one cannot be considered as a counter variable?
I would say line.4.
.reason: Dim counter As Integer
is =
to a default.value of 0
and no other line returns a 0 AndAlso counter = 0 *2
will give you the same result as counter = counter *2
.
.p.s.: I don't even know w.t.f a "counter variable" is;though hope this helps.:)
thedonedeal commented: Love It.. Just a bit of tinkering on my end. But thanks! +2
thedonedeal commented: This is EXACTLY what I was aiming for :). Now I just need to learn what the syntax does as I haven't seen it before. +2
codeorder 197 Nearly a Posting Virtuoso
renzlo commented: Very helpful man. +3
codeorder 197 Nearly a Posting Virtuoso