But I still go back to what the documentation says:-
"If the procedure is not Shared, its local variables are instance variables, including the Static variables."
So, what my interpretation of this was is that it simply produced a member variable which was hidden from outside the method. It would be otherwise treated the same as any other instance variable. This is precisely what I wanted.
Clearly the documentation simply lies.


Leave a comment: