tcl proc errors “invalid command name”

Clovertech Forums Cloverleaf tcl proc errors “invalid command name”

Tagged: 

  • Creator
    Topic
  • #119183
    DS Hunt
    Participant

      A number of tcl procs were shared with me.  They did work in other organization’s CL 6.1, but are not working in my organization’s 19.1 environment.

      TPS testing returns, ‘invalid command name “field”‘ in the command line:

      set code [field SEGinfo $fd $actualfldpos]

      I appreciate the assistance.

      • This topic was modified 3 years, 3 months ago by DS Hunt.
      Attachments:
      You must be logged in to view attached files.
    Viewing 1 reply thread
    • Author
      Replies
      • #119189
        Rob Abbott
        Keymaster

          “field” is not a standard Cloverleaf Tcl command.

          Your 6.1 install most likely has some sort of custom library in $HCIROOT/tclprocs.  Look in there for any Tcl files that define a proc called “field”.

          Rob Abbott
          Cloverleaf Emeritus

        • #119190
          DS Hunt
          Participant

            Thank you.  That is most likely the reason for the problem. Unfortunately, the organization sharing these tcl procs with me deprecated CL, so their custom library is not available to me.

        Viewing 1 reply thread
        • You must be logged in to reply to this topic.