I can fing the strings I want OK
All is good,
I can determine whether I want to change them
All is good,
by using Lappend :
lappend PV1_fld10 $PV2_fld3$PV1_fld10
the resulting string is what I want.
Now, how do I replace the original with the new value?
my outgoing message doen’t seem to be affected.
I included the tcl I’m using since I’m probably not to clear in my question…