LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Converting non-displayable characters string

I need to convert a string of non displayable characters to numbers or to a proper string. For example,"Ó    " is actually "07D3" in Hex but in decimal, it is "2003".
0 Kudos
Message 1 of 2
(2,653 Views)
The attached example uses the Type Cast function from the Advanced >> Data Manipulation palette and conversion functions from the String >> String/Number Conversion palette. You can paste your Ó characters directly into the String control. What do you want to display?
0 Kudos
Message 2 of 2
(2,653 Views)