i want to reset variable from different modules. lets say variable a is initially has 0 and then i set it to 5. after some activity i want to reset its value. can i use a.length / javaobject/reflector? and how do i write it?
i got this error when i tried to write a.length = 0
B4A line: 43
edtText1.Text.Length = 0
javac 1.8.0_131
shell\src\KCSoft\TwoLayouts\main_subs_0.java:73: error: unexpected type
main.mostCurrent._edttext1.runMethod(true,"getText").runMethod(true,"length") = BA.numberCast(int.class, 0);