wimpie3 Well-Known Member Licensed User Longtime User Jun 2, 2014 #1 Is it possible for my app to access certain variables/functions in a service module?
lemonisdead Well-Known Member Licensed User Longtime User Jun 2, 2014 #2 Hi, I guess Yes. If you declare the variables in Process_Globals you reference them using the service's name. For ex: Service.MyVariable Upvote 0
Hi, I guess Yes. If you declare the variables in Process_Globals you reference them using the service's name. For ex: Service.MyVariable
MaFu Well-Known Member Licensed User Longtime User Jun 3, 2014 #3 And the functions you can call with CallSub(), CallSub2() or CallSub3(). Upvote 0