Dim lblNumber2 As Label
Dim edtResult As EditText
Dim lblComments As Label
Dim lblMathSign As Label
Dim lblNumber1 As Label
Dim btnAction As Button
This is line 11 through 16 of the IDE. Why doesn't it look like lines 12 -17 in the Beginners Tutorial "My first Program" ?
Can't figure out?
Thank you,
Ray
The order that the lines appear in is not important as long as you have them all in Sub Globals and they are spelt correctly.
Why are they in a different order? I don't know, perhaps they were manually sorted for clarity, or entered in a different order in the designer (although I don't know if that'll make a difference).