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 IamaSherpa 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. bvdang

    local ip address

    Does anybody know how I can obtain a local ip address using tcl command? I need to get the ip address in order to connect to MySQL database. Thanks,
  2. bvdang

    the "after" command behaviour

    I am a little bit confused about the after command. For instance, in the following code: after 1000; puts 1; after 1000; puts 2; after 1000; puts 3 I want to wait a second then print 1 then wait another second then print 2 and so on. But when I tried it out on WISH83 console, it waits 3...
  3. bvdang

    commenting large block of code

    Is there a way to comment a large block of code in tcl? In c/c++, I could use: #if 0 . . . #endif
  4. bvdang

    minimal tcl/tk application deployment

    I like to know what it would take to deploy a tcl/tk script on a window machine for example. I know with unix machine, this is simple, because unix machine usually has tcl/tk interpreter. The same cannot be said about ms window.

Part and Inventory Search

Back
Top