I have a problem setting variables.

I have a loop of questions that contain a loop of questions.  So the loops
look like this.

Question 1
        Student 1
        Student 2
        Student 3
Question 2
        Student 2
        Student 3
        Student 4
Question 3
        Student 1
        Student 2

What I want to be able do is add up the number of questions has done.  So in
the above example student 1 would be 2, student 2 would be 3.  So I'm trying
to set some kind of counter inside the question loop every time a student is
found.

 My problem is that inside the loop I can say

<cfset variables.studentXXX = student XXX + 1>

The student number could be anything.

So in summary just after a way to add up the number of questions a student
has answered.

Brian Knott

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to