kyle.tk wrote:
> I want to make a function that will work like this:
> 
> def updateField(object, fieldName, newValue):
>       object.fieldName = newValue

This function already exists in python.
It is called settattr.

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

Reply via email to