to increase by 2 use +=2
for a variable named myvar you
myvar+=2
(decrease is -=2)
Or if you want it to be easier to read just
myvar=myvar+2
(decrease is myvar=myvar-2)
|
Results 1 to 2 of 2
Threaded View
|
Click Here to Expand Forum to Full Width |