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 SkipVought 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. empty84

    make a new window with chart/diagram

    is anybody can tell me how can i make a new window with some widgets on it?
  2. empty84

    complicated variables

    i have some variables : var1, var2, var3, var4, var5, var6 and i want to "puts" all of this variables in "for" loop: for {set i 1} {$i<=6} {incr i} { ?puts $var$i ?puts $[var$i] ?puts $"var$i" } how can i do that?
  3. empty84

    get variables by dialog box

    i just don't know how to make a new window with entry widgets and ok cancel buttons, and how to get variables to the parent window. i have to make a new tcl file and use exec function ?
  4. empty84

    scan problem

    thank you this may be helpful. anyone with expierience with using scan ?
  5. empty84

    scan problem

    how can i scan data from line: "var","var",var ? scan "var","var",var "%f","%f",%f a b c?
  6. empty84

    scan problem

    i'm beginer in tcl and i have a data in format like this: "symbol",0.00,"12/12/2006","2:03pm",0.00,0.00,0.00,0.00,0.00 so it goes like this: "string",real,"string","string",real,real,real,real,integer i want to get this data to nine variables. i'm tryn' to do it by command scan but this is...

Part and Inventory Search

Back
Top