![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Check null or 0
From: VK <schools_ring@yahoo.com>
Date: Tue Feb 28 2006 - 10:21:01 CET
staeri@gmail.com wrote:
forecast += +(f[i].value)||0;
P.S. I decided to participate in the squeezcrypt rally :-) I did not
The decrypter version (if someone curious) is:
var n = parseInt(f[i].value, 10);
|