rokasbasic
Member
Hello everybody,
Sorry for following basic and stupid question, but I am a beginner and I do not have a lot of experience with programming :sign0013:
So I created a label with the Designer and I want to write a command in b4a to set a text on that label. But to make it, first I should make a command to recognize the view (I think so). I tried doing it:
Dim lbl As View
lbl.Text = "text"
But it does not work (compiler shows an error in that line) :BangHead:
Please help me!
And sorry for my bad English:signOops:
Sorry for following basic and stupid question, but I am a beginner and I do not have a lot of experience with programming :sign0013:
So I created a label with the Designer and I want to write a command in b4a to set a text on that label. But to make it, first I should make a command to recognize the view (I think so). I tried doing it:
Dim lbl As View
lbl.Text = "text"
But it does not work (compiler shows an error in that line) :BangHead:
Please help me!
And sorry for my bad English:signOops: