I have a question about EditText
An example:
Dim a as int
Dim t1, t2, t3, t4, t5, t6, t7 as EditText
for a = 1 to 7
if "some text" = t & a & ".Text" then "do something"
Next
The above example does not work - but is it possible to get it to it somehow?
(This is translated with Google translate - so if you do not understand it then give Google the blame )
An example:
Dim a as int
Dim t1, t2, t3, t4, t5, t6, t7 as EditText
for a = 1 to 7
if "some text" = t & a & ".Text" then "do something"
Next
The above example does not work - but is it possible to get it to it somehow?
(This is translated with Google translate - so if you do not understand it then give Google the blame )