SubExists for activity modules?

Mickster

Active Member
Licensed User
Longtime User
You can use 'SubExists' to see whether a routine exists inside of a particular class, so I was wondering how you see if a routine is available inside an activity module. I have an object that behaves differently on different activities and the special behaviour is dictated by a sub in that activity. In some cases I don't need the sub at all so I'd prefer to avoid calling it.

Thanks
 
Top