02-24-2020 01:26 PM - edited 02-24-2020 01:28 PM
Hello,
I'm trying to convert a decimal number ranging from 0 - 65535 to its 2 Byte HEX value (number or string doesn't matter) using Teststand's built in functions. How would I do this?
Example:
Decimal Value HEX Value
1 --> 0001
255 --> 00FF
65535 --> FFFF
Any help is greatly appreciated, THANKS
Solved! Go to Solution.
02-24-2020 07:11 PM
I think this post has your answer:
02-25-2020 08:16 AM - edited 02-25-2020 08:42 AM
Thanks for you support.
The second part of that post works. I just had to manually change the number of digits.
THANKS A LOT!!!!!