problem for converting tcl syntax to python

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • surajit10
    New Member
    • May 2007
    • 1

    #1

    problem for converting tcl syntax to python

    can u suuggest the python equvalent for the following code in tcl

    allG12MOs = [lsort -dictionary -command "SortMO moty" [array names moty] ]

    moty is a list
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by surajit10
    can u suuggest the python equvalent for the following code in tcl

    allG12MOs = [lsort -dictionary -command "SortMO moty" [array names moty] ]

    moty is a list
    Not without knowing the underlying data structure that you are using. TCL is a foriegn language on this forum.

    Comment

    Working...