Let's say I have a property as a variable value: set propName="Country" Is there a method to determine, should I quote it to access the object, so would the correct code be: write obj."Country" or just simple write obj.Country is enough?