Jim Morcombe wrote:
> Below, "student_seats" is a list of the class "student".
>
> Why does this code set every student.row to zero when there is only one
> student in the list with row > 5?
> It still sets them all to zero if I change the test to ">200" when there are
> no student.rows > 200.
>
On Dec 18, 2007 2:44 AM, Jim Morcombe <[EMAIL PROTECTED]> wrote:
> Below, "student_seats" is a list of the class "student".
How do you create the list?
And yes, the naming is confusing, but I believe that only masks the class,
it shouldn't cause this problem.
Remco Gerlich
> Below, "student_seats" is a list of the class "student".
>
> Why does this code set every student.row to zero when there is only one
> student in the list with row > 5?
> It still sets them all to zero if I change the test to ">200" when there
> are
> no student.rows > 200.
> But if I change the
Below, "student_seats" is a list of the class "student".
Why does this code set every student.row to zero when there is only one
student in the list with row > 5?
It still sets them all to zero if I change the test to ">200" when there are
no student.rows > 200.
But if I change the test to "<1"