21 Feb
2004
21 Feb
'04
7:51 p.m.
gustav wrote at 2004-2-21 10:48 +0100:
I want to create something like a simple calc-sheet in zope : lines & rows coming from objects created by zclass input information and make some simple predefined calculation like sums and multiplication
To do that I wanted to assign DYNAMICALLY variables (via exec(statement) but it seems that this is not possible with zope.
"exec" is one of the most dangerous commands. You understand that it is not available in "TTW" code. You might be able to put your variables in a dictionary (using "update" (in DTML) to extend the dictionary). -- Dieter