So for a while now I've had this nagging feeling that I REALLY should be using "m". So far I haven't used it, I pass all the variables I need around all over the place, and I'm getting kind of tired o...
Think of "m" as BrightScript's "this". It's a reference to the current object instance. If used outside of an object instance, it refers to the global object.