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 Mike Lewis 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: *

  • Users: egal
  • Order by date
  1. egal

    How to convert hex to bin?

    Thanks guys for your help! I didn't thougt of the binary command. Thanks again
  2. egal

    How to convert hex to bin?

    ok, i have done it on my own :) if anyone wants to know...: set hex 8C set is_hex [regexp {^([0-9A-F]+)$} $hex] set space &quot; &quot; set nspace &quot;&quot; if {$is_hex == 1} { set length_of_string [string length $hex] for {set i 0} {$i < $length_of_string} {incr i} { set...
  3. egal

    How to convert hex to bin?

    Hi there! Is there a good procedure, where i can convert a hex number to a binary number? e.g. i want something like &quot;convert FF&quot; and the result should be &quot;11111111&quot;. Can anybody help me with a small bit of code? I have no clue other than to use many switch cases... Thnx...
  4. egal

    vanishing variables?

    Hi, I'm trying to get a button to do something, with a binding command. In order to get the right action, i'm using an array (2D). With a label just before the button i'm getting the right value of the array, but in the binding, the value (or the first dimension of the array) seems to have...

Part and Inventory Search

Back
Top