N
Niklas Östergren
Hi!
What prefix do you use for a declared variable which have a scoope of the
module?
If I have a global variable I use <g> as a prefix, like this:
Public gintMyVariableName As Integer
Is it to difficult to understand if I use <m> for a module variable, like
this?
Dim mintMyVariableName As Integer
TIA!
// Niklas
What prefix do you use for a declared variable which have a scoope of the
module?
If I have a global variable I use <g> as a prefix, like this:
Public gintMyVariableName As Integer
Is it to difficult to understand if I use <m> for a module variable, like
this?
Dim mintMyVariableName As Integer
TIA!
// Niklas