I have a sub Name TestThis in Main and it is called from Service. But i sometimes accidently put different component name.
It will not detect this. I have many Callsub and i want to make sure they are ok and not going through them one by one.
B4X:
Callsub(SomeForm, "TestThis")
It will not detect this. I have many Callsub and i want to make sure they are ok and not going through them one by one.