You're right, CJ. My code above just adds every decimal value of each seperate hex-number to a total.

It was an example of how the conversion works. In my case the numbers wouldn't be uniqe any more. (Quess i've should have mentioned that in the first post )

I was waiting for james to tell me what he wanted to do before I elaborated some more.

I have been toying around with making calculations with big numbers as a string using the old arithmetic rules:

$nr1="123456789"
$nr2="234567890"

Take the last number of the second string and multiply the last number of the first string, place the last digit in a answer string and remeber the first digit to add to the calculation of the second calculation.

But... as much as I hate to s(h)ell out to a simple calculator, this was so bulky and slow I didn't have the heart to post it on this board


------------------
Greetz,

Roger the Young
------------------------
The code is out there...
------------------------

_________________________
The Code is out there