Hi !
I want to ask a simple question, why some people call variables like _Name or szName ? I saw it in C++ also, does it mean something ?
I saw things like this:
Why do you call them like this ?
I want to ask a simple question, why some people call variables like _Name or szName ? I saw it in C++ also, does it mean something ?
I saw things like this:
Code:
Dim _Name As ...
Dim szName As ...