Sub Globals
Dim imgKey00, imgKey01, imgKey02, imgKey03, imgKey04 As ImageView
Dim imgKey05, imgKey06, imgKey07, imgKey08, imgKey09 As ImageView
Dim Keys() As ImageView
End Sub
Sub Activity
Keys = Array As ImageView(imgKey00, imgKey01, imgKey02, imgKey03, imgKey04, _
imgKey05, imgKey06, imgKey07, imgKey08, imgKey09)