Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Convert Dec to Hex

Avatar

Level 1

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

0 Replies

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 .