correct_answers = 0
repeat with x = 1 to listname.count
if listname[x] = 1 then
correct_answers = (correct_answers + 1)
end if
end repeat
..then do what you will with the result....
Leon McComish
Web Developer
email: [EMAIL PROTECTED]
Get the best free games on the web at
www.freeloader.com
freeloader.com is a division of
Pure Entertainment Games PLC
131-151 Great Titchfield Street
London W1P 8AE
tel: +44 (0)207 663 3900
fax: +44 (0)207 663 3901
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]