Parameters & Returns
Parameters
This function takes no parameters.
Returns
Quick Summary
Specifies the increment value in a For loop
Technical Exegesis...
Specifies the increment value in a For loop. Optional keyword that defines how much the loop counter increases each iteration. Defaults to 1 if not specified. Can be any positive or negative number, allowing counting forwards or backwards. Placed after the To end value in a For loop.