18 Jun
2002
18 Jun
'02
7:40 p.m.
Mike Tran writes:
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> It is nothing wrong. It must work!
But DTML is dangerous. Sometimes, you do not get the objects you expect. I expect that this is your true problem. Dieter