French using an editText as a variable

DALB

Active Member
Licensed User
Hello everyone,
Is there a way to use a variable as an editText ?
Example:

B4X:
Dim m as String
m = "editText1" & ".txt"

Is it possible to use it like this :

(m as) EditText1.txt = "HelloWorld !"

Thanks
 

DALB

Active Member
Licensed User
in AS3 I remember an old idea :

["editText1.txt"] = AnyThingElse
 

DALB

Active Member
Licensed User
found ! Thanks
 
Top