Especially when building loops, you will need to add an increment to an existing operand or Number variable. There is a logical way to do this and a shorthand alternative using the "++" operator.
This:
i=i+1;
is the same as this:
i++;
Name (required)
Mail (will not be published) (required)
Website
Submit Comment
Contact Dan | Terms of Use | Trademarks | Privacy Statement Copyright © 2009 Dan Kempton Multimedia Services. All Rights Reserved.