How to make Label1.Text = EditText1. Text become Label"VARIABLE".Text = EditText"VARIABLE".Text
B4X:
Sub TabStrip1_PageSelected (Position As Int)
...
...
'Label1.Text = EditText1.Text ' works, of course
'How to convert to Label"VARIABLE".Text = EditText"VARIABLE".Text
End Sub