![]() |
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: web.dev <web.dev.cs@gmail.com>
Date: Mon Feb 27 2006 - 19:42:36 CET
staeri@gmail.com wrote:
The use of eval is most often misused and unnecessary.
Try the following to create your sum:
forecast += +f[i].value;
|