variable modifiers

  1. maxh2815

    Android Question Should I use Dim or Public and Private?

    If I understand correctly, variables in Process_Globals and Globals should be declared with either Public or Private. However, if I was to declare a variable in a regular sub, should I use those modifiers or should I be using Dim? Is there an actual difference or is it just a personal...
Top