Hi Pekr,


>>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?



Will this do the job ???


>> to-hex (to-integer #{03cb}) + (to-integer #{0402})
== #000007CD
>>

Mike.


Reply via email to