Re: sum of binary numbers



And if 8.5 is not an option, use binary scan to get a string of hexadecimal digits, write yourself a little proc to sum the two hex strings, and binary format to turn it back into a binary number.

The only other option is to write yourself a little extension to do it. If it is compiled with stubs, it will work with anything since 8.1, I think.

Hope this helps.
.



Relevant Pages

  • Help with atoi function for a numero program.
    ... a single digit number by adding up the corresponding number to ... sum is 8). ... The res will be sum of ram and spartans value 5+8= 13. ... I am converting the integer to string and so that ...
    (comp.lang.c)
  • Re: An uncountable countable set
    ... All the numbers on the right are finite, so the sum must ... Apparently a sum can only be infinite if one of the ... restricting the string ... enumerating the naturals using increment to generate the next successor. ...
    (sci.math)
  • RE: calculations in report controls
    ... number to a string. ... "Duane Hookom" wrote: ... In the control source of a text box in the report footer, ... number of days should sum and count only those records less ...
    (microsoft.public.access.reports)
  • Re: Pre-Analyze a PHP page?
    ... The problem is that I need to put the sum of detail above ... store it in a string variable. ... what you need to, then echo() the sum, then echothe string holding the ... echo $myVar; ...
    (comp.lang.php)
  • :) Contest: fast way to chop string in short fixed pieces.
    ... I am searching for _the_ tcl way to chop a given string into short ... chunks of a fixed length. ... If You don't know Your parameters beforehand, ... proc chop_string { ...
    (comp.lang.tcl)