Quote:
Originally Posted by kyndig
You cant do i++ in vb.
i = i + 1
cnt = c + 1
or use a for loop
for cnt = 0 to 10
for i = 0 to 10
total = total + quiz(i)
next i
next cnt
|
thanks for the help kyndig.... i have to use the Do while loop thou...

how is it done in a do while loop?
