I need to check if it exists and to launch a function within a module code with:
B4A but does not allow it.
How can I do this test?
Thank you
B4X:
If SubExists(Me, aFunction) Then
CallSub(Me, aFunction)
end if
B4A but does not allow it.
How can I do this test?
Thank you