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.