ok... have been working to long today
The thing is that I want the variable an1 and re1 to increase with 1 each time the loop loops ie. replase the number with i... can this be done??? something like
Code:
Dim i
i = 0
Do While i <> 7
response.Write "The question:<strong>" & quest("1") & "</strong><br>" &_
"<strong>You answerd:</strong>" & an1(qnr1) & "<br>" &_
"<strong>Our answer to that is:</strong>" & re1(qnr1) & "<hr>"
i = i + 1
Loop
The thing is that I want the variable an1 and re1 to increase with 1 each time the loop loops ie. replase the number with i... can this be done??? something like
Code:
an & i & (qnr1)