View Single Post
Old Dec 18th, 2006, 7:21 AM   #3
dsbabyGurl
Newbie
 
dsbabyGurl's Avatar
 
Join Date: Oct 2006
Location: Philippines
Posts: 13
Rep Power: 0 dsbabyGurl is on a distinguished road
Quote:
Originally Posted by kyndig View Post
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?
dsbabyGurl is offline   Reply With Quote