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)