Hello everyone!
I've created a for loop to save a lab and it's variable to file and the number of students in that lab (initially set to 0) to a text file...like this
<% dim varStudNumb, varNumberNabs, varLineCounter, lab, tfrom, tto
lab = CInt(lab)
tfrom = CDbl(tfrom)
tto = CDbl(tto)...
I'm in a bit of a dilemma...please tell me what is the right thing to do.
when i create a 'for next loop' to create the number of labs
the user enters and a textfield beside each one for the user to enter the 'number' of the lab, i.e:
----FORM PAGE
<% dim varNumberLabs, varLineCounter...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.