Accessing subs in other modules

Pantelis

Member
Licensed User
Longtime User
Hi all

In beginners guide says
Note that it is not possible to use CallSub to access subs of a Code module.
What is the proper way to call a sub declared in a code module from an activy module?
Also is it possible to call a sub declared in an activity module from a code module?
 
Top