Testing Objects for Properties: About to put my fist through my monitor. What am I doing wrong?

obj is actually a Reference to the object in the function call parameters. This allows you access to the object external to the function. Similar to a pointer in C++.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.