(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: [EMAIL PROTECTED]


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to