epiz Posted July 13, 2023 Report Share Posted July 13, 2023 (edited) I have a combo box where once I select an item its value is then placed in a string I created. I am writing all the values in normal(text) display. The string then displays all of these normal values in hex form. Here is my problem: For only some of these values there are a 1-2 bytes of info that aren't exactly how I want it. For example, the hex string 000D in normal is a blank. I am having trouble portraying what is a blank. I can't just put a space because it either writes as a 20 or just slides all my data over. If a better explanation or picture is needed let me know. Any help is appreciated thank you I just did my own string conversion and copied and pasted the blank value and it worked, but if there is a better way to do it let me know Edited July 13, 2023 by epiz Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.