Re: sum of binary numbers
- From: "Michael Thomas Greer (Duoas)" <michael.thomas.greer@xxxxxxxxxxx>
- Date: Mon, 03 Nov 2008 16:28:26 GMT
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.
.
- Follow-Ups:
- Re: sum of binary numbers
- From: schlenk
- Re: sum of binary numbers
- From: Michael Thomas Greer (Duoas)
- Re: sum of binary numbers
- References:
- sum of binary numbers
- From: paziam1
- sum of binary numbers
- Prev by Date: Re: sending tab keys with puts command
- Next by Date: Re: sending tab keys with puts command
- Previous by thread: Re: sum of binary numbers
- Next by thread: Re: sum of binary numbers
- Index(es):
Relevant Pages
|