Android Question Calling a sub routine in Starter from another module

Carthalion

Member
Licensed User
Longtime User
Declaring variables in Starter and using them in another module works great.

Is there a way to put a Sub in Starter and calling it from another module?

I did search for this and it looks like a No, but I would really like to economize my code if this is possible.
 

Carthalion

Member
Licensed User
Longtime User
It absolutely works! I was trying it with: CallSub Starter.MySub (Starter.MyString works with a variable). Using CallSub(Starter, "MySub") works.

Thank you.
 
Upvote 0
Top