Wouter Van daele
Member since Dec 4, 2009
- Profile: /members/4888-wouter-van-daele.htm
- Comments: 1
Recent Blog Comments By Wouter Van daele
-
How To UN-Unformat Your Code (Like A Pro)
Posted on Dec 4, 2009 at 8:27 AM
@Ben: The THIS scope by definition shows only public variables and functions (and in this is different from Java and other languages!) - so if you really want to prefix all your function calls with THIS then indeed you have to declare them as public. But why do you want to do that?... read more »