LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I convert an Integernumber into Hexcode

 
0 Kudos
Message 1 of 2
(2,547 Views)
You've got a large message body that you should use to explain exactly what you want. Is the output supposed to be a string or numeric? For numerics, you just have to change the display mode. For a string result, you can use the typecast function if you want, for example decimal 10 to convert to x10 (the LF character). If you want to convert the numeric 10 to the ASCII character A, then use Numbr ot Hexadecimal String.
0 Kudos
Message 2 of 2
(2,541 Views)