Clovertech
› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › Singular tcl arg returning error
Really weird issue, at least for me.
I’ve created a script that uses the argument APHYS to pass messages, and another argument, SPHYS, to evaluate the message further.
I’m not sure, but this looks wrong:
lappend dispList “CONTINUE [join $segments r]”
I think it should be
msgset $mh [join $segments r] lappend dispList “CONTINUE $mh”
The disposition list needs to contain message handles and not the messages themselves.