![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Cookie problem! Getting error when passing the expire date.
From: Lasse Reichstein Nielsen <lrn@hotpop.com>
Date: Sun Apr 30 2006 - 11:58:00 CEST
"Evertjan." <exjxw.hannivoort@interxnl.net> writes:
> You are right.
More precisely, since "|" is a number operator, not a logical
(For logical comparison, i.e., conversion to boolean, only
There are a lot of implicit type conversions in
toInt32(toNumber(x)) | toInt32(1)
If the string in "x" is not a numeral (as per the definition of
> x='0'
And
"Bitwise or" is not a logical guard in the way "logical or" is.
It really should be something like:
/L
-- Lasse Reichstein Nielsen - lrn@hotpop.com DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html> 'Faith without judgement merely degrades the spirit divine.'Received on Mon May 1 05:27:49 2006 |