Singular tcl arg returning error

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Singular tcl arg returning error

  • Creator
    Topic
  • #53802
    Brandon Grudt
    Participant

      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.

    Viewing 0 reply threads
    • Author
      Replies
      • #78984
        David Barr
        Participant

          I’m not sure, but this looks wrong:

          Code:

          lappend dispList “CONTINUE [join $segments r]”

          I think it should be

          Code:

          msgset $mh [join $segments r]
          lappend dispList “CONTINUE $mh”

          The disposition list needs to contain message handles and not the messages themselves.

      Viewing 0 reply threads
      • The forum ‘Cloverleaf’ is closed to new topics and replies.