Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Difference between set and append › Reply To: Difference between set and append
April 8, 2005 at 8:54 am
#56281
David Teh
Participant
set finalmsgf [concat $mshsr$PIDsegmentallr$PV1segmentallr$restmsgr]
That last statement won’t work.
We would need to do something like this:
set finalmsgf [concat $mshsr$PIDsegmentallr$PV1segmentallr$restmsg]
append finalmsgf “r”
Thanks folks!