Votes
Answers
Views
Question
2
1
333
I want to use one function library function in another function library file. For example (leaving out actual code for brevity, I know there would be values passed, etc): **Function LibraryA:** Function addition() 'do some adding End Function **Function LibraryB:** Function sub() Call addition() End...