{currenthelptext} {product} {helptype} {viewcore}
For counter = expression1 to expression2 [Step increment]
[statements]
Next [counter]
Repeats the execution of a block of statements for a specified number of times.
More:
Example - For...Next Statement