[Zope] string crisis....
Oleg Broytmann
phd@emerald.netskate.ru
Wed, 8 Sep 1999 18:51:35 +0400 (MSD)
On Wed, 8 Sep 1999, Arnaud Lecat wrote:
> id is ok for me... it contains the good string
>
> A simple display test for
> *<dtml-var mydocid>*<dtml-var id>*
>
> gives me
> *design*design*
>
> And <dtml-if "mydocid==id">blah blah</dtml-if> is not true !!! What's
> happening ?
>
> (* is for a purpose of display to see if there were some unwanted char in
> front or behind the string)
What about types? May be, one object is int, another is string?
Oleg.
----
Oleg Broytmann Netskate/Inter.Net.Ru phd@emerald.netskate.ru
Programmers don't die, they just GOSUB without RETURN.