For
Usual programming command. Write easily a loop that needs to be run a specific number of times.
Syntax
for..iterator..end
Description
The iterator can belong to a range, list..., and the increment is determined by the type of structure used.
Usual programming command. Write easily a loop that needs to be run a specific number of times.
for..iterator..end
The iterator can belong to a range, list..., and the increment is determined by the type of structure used.