Quick Notes

Showing posts with label Tcl. Show all posts
Showing posts with label Tcl. Show all posts

Tuesday, January 6, 2015

Tcl - Useful Commands : While

http://wiki.tcl.tk/1046

while - Execute script repeatedly as long as a condition is met
while test body

 set x 0
 while {$x<10} {
    puts "x is $x"
    incr x
 }
Posted by Fractal at 7:14 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: How-to, Tcl

TCL: How to end program and close the program window

In order for the application to end and the window to close when running a Tcl script from the command line an
Read more »
Posted by Fractal at 7:10 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: How-to, Tcl
Older Posts Home
Subscribe to: Posts (Atom)

Blog Archive

  • ▼  2017 (4)
    • ▼  December (1)
      • [Solved] : Chrome Browser History Location
    • ►  March (3)
  • ►  2016 (6)
    • ►  July (1)
    • ►  June (2)
    • ►  April (1)
    • ►  March (2)
  • ►  2015 (21)
    • ►  September (2)
    • ►  August (1)
    • ►  June (3)
    • ►  April (1)
    • ►  March (2)
    • ►  February (4)
    • ►  January (8)
  • ►  2014 (5)
    • ►  December (5)

Popular Posts

  • Solved : Troubleshooting an ASUS P5N-EM HDMI motherboard
    A PC bought in 2008 would not start at all. Even though the CPU fan was turning nothing appeared on the monitor.
  • Facebook : Error code 118 (net::ERR_CONNECTION_TIMED_OUT)
    http://quicknotes2015.blogspot.com/2015/02/facebook-error-code-118.html          ©2015  quicknotes2015.blogspot.com Today when I tried ...
  • CriOS Browser
    I found a browser identified as CriOS in the log files turns out it's Chrome for iOS. For one minute I thought it was the operating sys...
  • Solved : ASUS P5N-EM HDMI memory not working due to warped motherboard
    An old ASUS P5N-EM HDMI motherboard could not recognize memory. A new memory module was installed and it worked perfectly. The old m...
  • 1123.6536.5321
    1123.6536.5321
  • Microsoft wired keyboard 200 USB problem
    Last week I got a new Microsoft Wired Keyboard 200 for Business - Black to replace my old PS/2 one in windows 8.1 64 bit . As soon as I ...
  • Astrophotography : Barn door tracker links
    http://www.awrtech.co.uk/drivesys.txt http://www.awrtech.co.uk/drivesys.txt AstronomyPageFiveBarnDoor http://www.geocities.ws/kendurkin/...
  • HTTrack :engine paused press ok to continue
    If you receive the  Engine paused press ok to continue message
  • Merge a large number of text files in a subdirectory
    Suppose there are thousands of text files files in a subdirectory and they should be merged into one huge text file.
  • Controlled natural languages
    Controlled natural language - Wikipedia, the free encyclopedia https://en.wikipedia.org/wiki/Controlled_natural_language Attempto Control...
Picture Window theme. Powered by Blogger.