[ZPT] Changing a returned item from a Z SQL Method in ZPT?

Evan Simpson evan@zope.com
Sun, 28 Oct 2001 16:01:57 -0500


Scott Murawski wrote:

> I'm calling a Z SQL Method and retrieve one row.  Then I want to clobber 
> one of the returned items, specifically the item 'Order' in the oneRow 
> variable.

This is the sort of thing you use a Script for.  Python expressions in 
ZPT can't use statements, including assignment.

Cheers,

Evan @ Zope