Expand my Community achievements bar.

Convert Dec to Hex

Avatar

Former Community Member

I am trying to create a short process that converts a decimal value into a hex value. I could not find a lot of resources on it, so I decided to do it via a mathematical operation. However it seems that there is no way for me to increase an integer to a specific power like 2^3.

Does anyone know any workarounds?

Thanks

1 Reply

Avatar

Level 8

One possible solution would be to use the Script operation to do your conversion.  The Script would allow you to do the conversion using Java .