I have been a member of this list for less than a month, but I have noticed in several posts that several seem to favor a For type loop over the Do type loop. Most of my programs are used to perform a variety of procedures on big lists of students so I am normally using Do While Len(student id) <> 0.
Would a For type loop be a better option in my given situation? Is there any particular advantage to using a For loop as opposed to a Do loop?
Thanks for the input!
Jeff
Bookmarks