What can I do to get a number in any hex I want??

Previous Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

What can I do to get a number in any hex I want??

RedTigerFish
Hello. I have done a basic arithmetic calculation and got the answer a

Here is the cde:

Transcript show: 'aa='.
Transcript show: 34r23124234 * 5r431213; cr.

The output is aa=1597440332470428


1597440332470428 is a decimal number.

What can I do to get a number in any hex I want??


Dig, dig where you are,
Down below's well.
Let those that walk in darkness shout,
Down below's hell.
Reply | Threaded
Open this post in threaded view
|

Re: What can I do to get a number in any hex I want??

Jdunc
I know this was a long time ago, but check out printOn:base: