interesting situation. I've got a form where i can check off items to manipulate in the database, each checkbox containing the recordID to manipulate
if i check one box, (recordID # 66) then the length of that value is 2 If i check two boxes (record id # 66,67) then the length of the list is 2 What command should I be using to give me the number of elements in the list. I'm currently using len(listnamehere) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---