- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey guys, got a question for passing a variable between iLogic subs
I have an iLogic rule to insert parts that I'd like to be able to re-use based on whether I want to insert 1 part manually via an input box or automatically via an Excel list. My script to insert parts works great with the input box but, to run it with excel, it now needs to be a separate rule that just accepts the part number as a string and runs on that part number
What's confusing is when I created a copy of the rule and added the argument as an input to the sub I get an error. It clearly has an End Sub so I'm not sure what the correct way to pass variables between iLogic rules are as I'm pretty sure the way I did it is convention for VB.net
Any suggestions?
Solved! Go to Solution.