Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. splinter98

    converting MOO lists into TCL lists

    Ok what i want to do is convert a list from the language MOO to a list that tcl can understand. this is a sample of a MOO list: {test, boo} And what i want it to be converted to: {test boo} Now the lists i want to use get even more complicated like: {{test, boo}, {foo, bar}} which need to...
  2. splinter98

    Listbox bindings

    I want to be able to get a listbox select one of the options right-click it a menu pops up and then there is listed a load of commands in which the option selected is included as part of some of the labels i have this code: frame .f listbox .lb -selectmode multiple -height 4 scrollbar .sb...

Part and Inventory Search

Back
Top