In reply to: Third reply! -- Colin 03:16:23 11-03-2004
"var = var + 1" Posted by: Colin 03:18:05 11-03-2004 |
Do you even know Java Script? :P
I'm not sure if JS has incrementation and decrementation, but it certainly has relative operators:
var += 1, var -= 1, etc
"var = var + 1" is very taboo, if you will, in langauges that have better ways -- even rpgcode does now.
;)