Hi all,
Somewhat new to ASP. I have a script that needs to be prepared for any number of grade_# variables... for example:
grade_1
grade_2
...
grade_n
Simple psuedo-code is:
Dim i
i=1
While grade_i exists
' do something
i=i+1
Wend
I'm not sure how to
a) make asp treat grade_i as a variable (as in grade_1 when i=1, etc)
b) make ASP confirm that grade_i (grade_1, grade_2, etc) exists...
Any help would be appreciated...
Thanks...
Jeff
Somewhat new to ASP. I have a script that needs to be prepared for any number of grade_# variables... for example:
grade_1
grade_2
...
grade_n
Simple psuedo-code is:
Dim i
i=1
While grade_i exists
' do something
i=i+1
Wend
I'm not sure how to
a) make asp treat grade_i as a variable (as in grade_1 when i=1, etc)
b) make ASP confirm that grade_i (grade_1, grade_2, etc) exists...
Any help would be appreciated...
Thanks...
Jeff