Enter Keywords:
1 - 10 of 657(0 seconds)
Sort By:
 
I am trying to convert a scalar variable into a HEX number without success. For example: $num = 254.6; #Some number $num = sprintf("%.0f",$num); #Round off the number ... # Now how do I get $num ==...
Zones: PerlDate Answered: 05/21/1998 Rating: 8.6 Views: 0
I need to be able to detect a key sequence that is pressed by an app that does not have focus.  I searched thru the experts-exchange database and found that you have answered this question.  You us...
Zones: Visual BasicDate Answered: 11/20/1998 Rating: 8.2 Views: 0
Hello, I need a Function that Takes a String[4] (or array of char) and returns the SAME value in the numeric format of a Word. The func shall NOT convert the Hex-Value to dec, just convert it to ...
Zones: PascalDate Answered: 03/05/1999 Rating: 7.6 Views: 0
How do you convert a hex number to decimal??
Zones: C++Date Answered: 07/08/1999 Rating: 7.8 Views: 0
Hi, Does anybody have a Hex to Binary proc already written.  I know I could do it by parsing out the input string and then using a big case statement, but I'm sure there's a better/quicker way.  A...
Zones: Unix Systems ProgrammingDate Answered: 01/28/2000 Rating: 7.4 Views: 0
I need to find out how to convert Hex strings to Ascii Strings Example AssignFile(F, 'Love.midi');   Rewrite(F);   Writeln(F , ':4D 54 68 64 00 00 00 '  );    // This is the Hex          ...
Zones: Delphi ProgrammingDate Answered: 04/14/2000 Rating: 8.2 Views: 0
Given a hex number, decode it to relevant bits(number). eg. 5FH -> 0101 1111B       (7654 3210) <- relevant bit number   Then, the script shall tell which bit are 1. In above case, the r...
Zones: JavaScriptDate Answered: 04/26/2000 Rating: 9.2 Views: 0
Please excuse the simplicity of this question - I'm very new to programming..... I'm starting with the number 0000000 and want to add 1 to it until I reach FFFFFFF. I want to add together the va...
Zones: C++Date Answered: 06/18/2000 Rating: 7.4 Views: 0
What is hex?  How is used??  Can I program is hex?
Zones: ProgrammingDate Answered: 09/09/2000 Rating: 6.4 Views: 0
I have a string that is actually a Hexidecimal number.  What I want to do is convert that string into the hex number.  Here is what the string looks like you will notice that its a hex number. 2...
Zones: Windows MFCDate Answered: 07/19/2000 Rating: 5.8 Views: 0