[Zope] comparing two variables type="int"

Mike Tran mtran@shufflemasterrd.com
Tue, 18 Jun 2002 08:54:23 -0600


Hi,

I have two variables A & B whose types are "int".  What is wrong with this 
comparision?

(Assume A=5 and B=5)

<dtml-if "A==B"> 
Then do something 
</dtml-if>

I've have also tried.

<dtml-if expr="A==B">
Then do something 
</dtml-if>

None of these above work.
This works fine when A & B are of types string instead of intergers.
Thanks for any suggestions. 

-- 

Mike.