Looking at the 7.80 Beta release notes, it looks as if I can simplify my code:
Was:
Can now simply be:
without throwing a runtime error.
Will it start the called module if it is not running, even if the Sub doesn't exist?
Is this also true with CallSub (and has it always been true)?
Was:
B4X:
If SubExists(module, Subname) Then CallSubDelayed(module,SubName)
B4X:
CallSubDelayed3(module,SubName)
Will it start the called module if it is not running, even if the Sub doesn't exist?
Is this also true with CallSub (and has it always been true)?