Hi all,
Im trying to changes the contents of a lines property
into floating point numbers a la:
<dtml-in lines>
<dtml-let "_.float(lines)">
<dtml-if "lines > 0"><font color="#006600"></dtml-if>
<dtml-var sequence-item>
</dtml-in>
The contents of the lines property are:
25.32
-16.50
Thanks in advance.
_______________________________________________
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 )