InterSystemsDev via @like
Should a property be quoted in object context or not? #Caché #DataModelling #InterSystemsIRIS
>> http://ow.ly/QqGK30o2Nsd <<
>> http://ow.ly/QqGK30o2Nsd <<
InterSystems Developer Community
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"
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"