Is the rule of 'if-non-null' changed?

2005-06-06 Thread 前川享仁
Hi gurus, the following codes doesn't work at Curl 4.0 beta though in 3.0 it works. Is the rule of 'if-non-null' changed? -- ||{curl 3.0 applet}|| this works {curl 4.0 applet} || this doesn't work {value

Re: Is the rule of 'if-non-null' changed?

2005-06-06 Thread Mat Hostetter
> Is the rule of 'if-non-null' changed? Yes. This is a good question. I hope it is answered in the 4.0 release notes but I do not have a copy with me. Curl has always disallowed comparisons that do not make sense, such as comparing a String to an int: {if "hello" == 7 then ...} Writing su