LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to convert hex string into 1and 0 string

Cpould you please let me know how can I convert FF (string) to (11111111) string or 0F string to (00001111) string

thanks

0 Kudos
Message 1 of 2
(2,417 Views)

Scan from String using a hex code format to get a U8 number  (%x), followed by a Format Into String using a binary format.  (%08b).

 

Double check the format strings, I just typed them in based on memory.

0 Kudos
Message 2 of 2
(2,403 Views)