D
**Developer**
I looked at MSDN and a book and both described the naming convention for
parameters should be camel style.
The book used camel, except for Set (ByVal Value as ...)
There it always used an uppercase V
What is the correct convention for Set?
Anything special if the name is Value.
Thanks
parameters should be camel style.
The book used camel, except for Set (ByVal Value as ...)
There it always used an uppercase V
What is the correct convention for Set?
Anything special if the name is Value.
Thanks