msg <$objectproperty(#tempObj#; #tempProp#)$>
property <#tempObj#; #tempProp# = some other string>
Alex wrote:It will continue to be available because it's the only way of doing things like this (although it is obsolete for most purposes i.e. when you're not using a variable in the parameters).
for <myNum; 1; 5; 1> {
set string <cTemp;$objectproperty(#cRealObj#; testArray[%myNum%])$>
}