Hi, Any clue to get back the whole string, not partial, escaping $ character ?
. local word "$Gutf8&rtf$tf$JH$"
. di "`word'"
&rtf$
thanks, Luis
. local word "$Gutf8&rtf$tf$JH$"
. di "`word'"
&rtf$
thanks, Luis
local word "\$Gutf8&rtf\$tf\$JH\$"
di "`macval(word)'"
Comment