Message 1 of 3
Implicit reference in all iLogic rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have created a dll that includes some subs and functions that I want to be able to use in iLogic rules. I can do this by writing the following statement in the header of the rule.
AddReference "MSInventorTools.dll"
This works perfectly, but I'm wondering if there's a way to create an implicit reference to this dll so that I don't need to explicitly reference it in every rule I write. Does anyone have any idea if this is possible?