ironfelix717
Registered User.
- Local time
- Today, 17:19
- Joined
- Sep 20, 2019
- Messages
- 193
Understood. However, there may be instances where the caller wants to pass an array on top of other parameters.since the last parameter of your function is ParamArray (array), you do not need to create an Array.
you can directly call it:
Msgbpx RunCMD("echo", True, False, "VBA", "IS", "POWERFUL")
This seems silly, but in practice has some logic.