24 Jan
2004
24 Jan
'04
10:28 a.m.
John wrote at 2004-1-23 19:52 +0000:
I'm new to zope/python and hope this is fairly easy - I want to update a TinyTablePlus table from a script. So the following will do what I want on the table 'igrid'.
context.igrid.setRow(number=number,score=newscore)
The standard way is to use Python's "getattr". Others already told you about alternatives... -- Dieter