[Zope] New version of book uploaded
Jochen Knuth
jok-zope@ipro.de
Fri, 08 Dec 2000 12:55:02 +0100
(this time after several attempts to reload)
Michel Pelletier wrote:
> Greetings,
>
> Read this carefully, you may end up with a free, signed copy of the Zope
> book.
http://www.zope.org/Members/michel/ZB/AppendixA.html
return: Returns data
The return tag stops executing DTML and returns data. It mirrors the
Python return statement.
Syntax
return tag syntax:
<dtml-return ReturnVariable|expr="ReturnExpression">
Stops execution of DTML and returns a variable or expression. The DTML
output is not returned. Usually a return expression is
more useful than a return variable. Python Methods largely obsolete this
^^^^^^^ ^^^^^^
tag.
Jochen
--
--------------------------------------------------
Jochen Knuth WebMaster http://www.ipro.de
IPRO GmbH Phone ++49-7152-93330
Steinbeisstr. 6 Fax ++49-7152-933340
71229 Leonberg EMail: J.Knuth@ipro.de