S 
		
								
				
				
			
		Steve Montague
How does one test to insure a property of an objects exists?
The debugger shows the object.property as: "error: 'object.property' does not exist"
using: if (object.property != null) results in: "Object reference not set to an instance of an object."
Thanks for help!
				
			The debugger shows the object.property as: "error: 'object.property' does not exist"
using: if (object.property != null) results in: "Object reference not set to an instance of an object."
Thanks for help!
