LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Integer to Array of Bytes to a String

I am pretty new to LabView and did read the forum posts that related to my question but did not see any that applied to what I am trying to do.  What I would like to do is convert a 32-bit integer into string that each character represents on of the bytes.  So if the number that I have is (avoiding control characters) 555819297 the end result should be a string with !!!! (each ! represents one byte of the integer)
0 Kudos
Message 1 of 4
(3,285 Views)
Try this:
 
 
Split Numbers and Type Cast are found in Data Manipulation palette.

Message Edited by tbob on 08-15-2006 04:00 PM

- tbob

Inventor of the WORM Global
0 Kudos
Message 2 of 4
(3,279 Views)
I think you only want one string. That makes it even simpler (use Typecast). 😄
 

Message Edited by altenbach on 08-15-2006 05:24 PM

Message 3 of 4
(3,271 Views)
Perfect thank you (I was looking for one string).  I knew it could not be so hard.  Thank you both for your answers.
0 Kudos
Message 4 of 4
(3,264 Views)