Hi. I'm currently writing a program for RFID using Visual Basic 6.0
But however I'm not sure how I can convert my decimal string to Chr$(). Because I currently wrote the code like this:
decimal_string = CInt("&H" & hex_string)
Char_String = Chr$(decimal_string)
And an error pop up telling me that is an invalid procedure or arguement. Is there any code I have to add in between this follwing code
Thanks for the help.