trying to send for the second time ... someone should really look into
the problem ...
----------
The original message was received at Mon, 8 May 2000 12:39:40 -0400
(EDT)
from carus-t.mspring.net [207.69.232.92]
----- The following addresses had permanent fatal errors -----
<[EMAIL PROTECTED]>
----- Transcript of session follows -----
... while talking to pacific.pacific.net.:
>>> RCPT To:<[EMAIL PROTECTED]>
<<< 550 <[EMAIL PROTECTED]>... Relaying denied
550 <[EMAIL PROTECTED]>... User unknown
---------
Hi,
what is the easy way for addition and investigation of hex values? Let's
say I have h3cb and want to add h402. How to do it in an easy way?
; what is returned here???
->> enbase/base to-string #FF 2
== "0100011001000110"
FF = 255 = 11111111
->> enbase/base to-string #{FF} 2
== "11111111"
it seems to be correct, but then why #{3BC} is not regarded being
correct binary value?
I would like to have simple acces to bits of a byte:
byte: enbase/base to-string #{FF} 2
byte/1 etc....
Thanks,
-pekr-