should = 42
has = Zeile.count(';')
if has < should:
        Zeile += ";"*(should - has)

cheers, claude

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to