Indexing Arrays
To refer to different elements of the array, it is necessary only to change the index …
The index value must be an integer constant (1), a variable (myNdex) or expression (myNdex+1)
A loop can sweep through all elements
The dwarf array values were initialized in event handler Form_Load()