List of Tcl reserved variables

Clovertech Forums Read Only Archives Cloverleaf Tcl Library List of Tcl reserved variables

  • Creator
    Topic
  • #51103
    Troy Morton
    Participant

      Does anyone have a list of the reserved variable names that cannot or should not be used in Tcl?

      Also, does anyone have a list of the pre-defined engine variables like XlateInVals, XlateOutVals, etc?

      Thanks,

    Viewing 2 reply threads
    • Author
      Replies
      • #68807
        Charlie Bursell
        Participant

          See: http://www.xilinx.com/itp/xilinx10/isehelp/ite_r_tcl_reserved_words.htm

          For reseved words in Tcl

          As for others if you are worried about bumping heads you can always use the

          info vars command to see what is already in use.   It will vary depending on which interpreter you are in

        • #68808
          David Barr
          Participant

            Troy Morton wrote:

            Does anyone have a list of the reserved variable names that cannot or should not be used in Tcl?

            As mentioned above, just type “info vars” or “info globals” at a TCL prompt to see which variables are in use.

            Quote:

            Also, does anyone have a list of the pre-defined engine variables like XlateInVals, XlateOutVals, etc?

            Thanks,

            XlateInVals and XlateOutVals are only valued if you are writing TCL code in the code fragment interface (i.e. within an Xlate).

          • #68809
            Troy Morton
            Participant

              Thanks guys!

          Viewing 2 reply threads
          • The forum ‘Tcl Library’ is closed to new topics and replies.