So if I have the following type defined:
define type <dance_type>
reminder2_msg = These feet are made for dancing, let's get to it!
end define
Then I do:
say <$objectproperty(#my_obj#; reminder%reminder_num%_msg)$>
It will display:
"These feet are made for dancing, let"
So, for some reason the single quote is cutting off the rest of the string. This is really annoying, since single quotes work fine if I just put the string directly into a <msg>...
Any ideas how to get around this in a clean way?
Many thanks