Question
· Jan 24, 2019

Should a property be quoted in object context or not

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?

Discussion (4)1
Log in or sign up to continue