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. kamilhus

    round off problem

    Hello, I was trying to calculate something. The main concept is that there is a number say a=50.5555333 and another number b=20.00 When I subtract b from a, I get lower than 30 Can anyone help me so that the computer takes all the numbers as significan. I mean I want to get 20.5555333 Thanks in...
  2. kamilhus

    tcl outpu, please urgent help

    hello, I'd like to write some special characters to an output This is the output I want: $a "b" Here the problem is I need the symbols $ and " to appear in my output. Please help me in doing so, if I do for example puts "$a" it will tell me that I've do declare a, since it understands it as...
  3. kamilhus

    tcl help needed, probably very simple to you

    Hello everybody I'm trying to run two tcl scripts in parallel in such a way that one of the tcl script executes the other. Besides, the process of one depends on the output file(trace) of the other and vice versa. I simplified the problem into very understandable procedures so that you guys can...

Part and Inventory Search

Back
Top