The underscore lines in the left are there to show nested loop because HTML removes spaces. They should be replaced with spaces
Do While UserEntry = False
__GradeCount = 0
__Do while GradeCount < 21
____Gradecount = GradeCount + 1
____'Enter Grade Marks
__Loop
__'Enter Next or finished
__If Finished then
_____UserEntry = True
__End If
Loop
Answered Sep 05, 2010
Edited Sep 06, 2010