[Zope] calc sheet

Dieter Maurer dieter at handshake.de
Sat Feb 21 14:51:07 EST 2004


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



More information about the Zope mailing list