B4J Question How to tell a function exists, because Call Subxxing it?

B4JExplorer

Active Member
Licensed User
Longtime User
Hi,

1. Is there any way to determine if a function exists, before using CallSub2/3/etc?


2. Is there an easy way to check all modules, for the existence of a function, including main?
 

udg

Expert
Licensed User
Longtime User
B4X:
 If SubExists(...)
 
Upvote 0
Top