Jun 10, 2007

mumblings

And here is why it's a bad idea to run accounting in vbscript:


wscript.echo "int(1.5) = " & int(1.5) & " int(-1.5) = " & int(-1.5)

int(1.5) = 1 int(-1.5) = -2

No comments: