TinySeleniumVBA icon indicating copy to clipboard operation
TinySeleniumVBA copied to clipboard

Carefully Consider Use of (Default) ByRef vs (Explicit) ByVal

Open GCuser99 opened this issue 3 years ago • 1 comments

I went through the entire code base and changed any input parameter that was not typed as Object or Variant (such as strongly-typed Double, Long, Boolean, or String) to an explicit ByVal. Sorry I should have mentioned this before because some of my proposed modifications will throw an error if not.

GCuser99 avatar Jan 01 '22 15:01 GCuser99

Thank You!

ghost avatar Jan 02 '22 00:01 ghost