Android Question Make custom IIf() function available to all modules

DonManfred

Expert
Licensed User
Longtime User
You can put the method in a CODE Module if it does not change the Activity. For ex name it "fnc.bas"
You then can reference fnc.MyFunction in all your Activities.
 
Upvote 0
Top