run {
# ‘run’ mode always has a MSGID; fetch and process it
keylget args MSGID mh
set msg [msgget $mh]
# substitute all
regsub -all “r” $msg “rn” msg
msgset $mh $msg
lappend dispList “CONTINUE $mh”
}
Is there a better way to do this?
Kathy