Hi Manfred,
I think the relevant bit is as below:_
I am a complete novice to this and do not understand your reference to "ex 10" & "index 11". I'm afraid it will have to be explained to me in very simple terms.
Kind regards,
David.
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Dim m, n1, n2, n3, n4, n5, n6, As Int
Rnd()
End Sub
Sub Globals
'These global variables will be redeclared each time the activity is created.
'These variables can only be accessed from this module.
PrivateButton1AsButton
PrivateButton2AsButton
PrivateButton3AsButton
PrivateCheckBox1AsCheckBox
PrivateCheckBox2AsCheckBox
PrivateCheckBox3AsCheckBox
PrivateCheckBox4AsCheckBox
PrivateCheckBox5AsCheckBox
PrivateImageView1AsImageView
PrivateImageView2AsImageView
PrivateImageView3AsImageView
PrivateImageView4AsImageView
PrivateImageView5AsImageView
End Sub
Sub Activity_Create(FirstTimeAsBoolean)
Activity.LoadLayout("LDMain")
Dim Timer1 As Timer
Timer1.Initialize("Timer1",1000)
Timer1.Enabled = True
Sub
m = m + 10
If m < 200 Then
n1 = Rnd(1, 5)
n2 = Rnd(1, 5)
n3 = Rnd(1, 5)
n4 = Rnd(1, 5)
n5 = Rnd(1, 5)
n6 = Rnd(1, 5)