Looping - category
Repeats a group of statements while a condition does not arrive.
Using of looping
Loop is used in these contexts (cases)
One-dimensional array
two-dimensional array
- Making menus / maps
- Arrays
Dim - instruction
Create an array on the memory
Redim - instruction
You can determine the size of your array with DIM, but sometimesm you should change it.