For
- Last UpdatedJul 18, 2023
- 1 minute read
Repeats its block of statements a set number of times as determined by the values used with the To clause.
Example
For <CounterName> = <BeginValue> To <EndValue> [Step <StepValue>]
<statement/s>
Next
Repeats its block of statements a set number of times as determined by the values used with the To clause.
For <CounterName> = <BeginValue> To <EndValue> [Step <StepValue>]
<statement/s>
Next