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 ==...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10053826.html
Zones:
PerlDate Answered: 05/21/1998 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10099525.html
Zones:
Visual BasicDate Answered: 11/20/1998 Grade: A 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 ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Q_10135836.html
Zones:
PascalDate Answered: 03/05/1999 Grade: B Views: 0
How do you convert a hex number to decimal??
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10179774.html
Zones:
C++Date Answered: 07/08/1999 Grade: A 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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_10267030.html
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
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10327720.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10332948.html
Zones:
JavaScriptDate Answered: 04/26/2000 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10477018.html
Zones:
C++Date Answered: 06/18/2000 Grade: A Views: 0
What is hex? How is used?? Can I program is hex?
http://www.experts-exchange.com/Programming/Misc/Q_10728181.html
Zones:
ProgrammingDate Answered: 09/09/2000 Grade: B 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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10751862.htm...
Zones:
Windows MFCDate Answered: 07/19/2000 Grade: B Views: 0