From zope Sat Feb 19 12:12:49 2000 From: Boris Povazay Date: Sat, 19 Feb 2000 12:12:49 +0000 To: zope Subject: [Zope] Calculations within a document X-MARC-Message: https://marc.info/?l=zope&m=95096368625941 Since I am a "Zope-Beginner" I am currently faced with some problems - maybe you can help me with these. Declarations & type-conversions: How are variable-declerations done right within dtml? Like: float x; or: int x; float y; y=float(x); Calculations: How are iterative calculations with variables done correctly in a dtml-Method? like: float x, x=0; x=x+1 Especially the type-conversion puzzles me. I`ve read several Zope-docs, but I have still not figured out how to do this. Thanks a lot in advance for your reply! -- Boris Povazay _______________________________________________ Zope maillist - Zope@zope.org 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 )