In the following code I get Sub 'OnSub' not found (warning #25).
OnSub is Dim OnSub as string
What am I doing wrong?
OnSub is Dim OnSub as string
What am I doing wrong?
B4X:
If SubExists(MyModule, OnSub) Then
CallSub2(MyModule, OnSub, Me)
End If