Question
does a variable exist?
So... I've got an object, and I want to know if there is a
variable inside the object named "thing"
like so:
objectInstance.thing
Is there a way I can test to see if "thing" exists? (regardless of thing's data type or content)
thanks
like so:
objectInstance.thing
Is there a way I can test to see if "thing" exists? (regardless of thing's data type or content)
thanks
