I'm trying to send a checksum out in a serial message. The checksum calculation result is a number (i.e. 42 hex) but I need to send it as the letter"B". All the string conversions I have tried send the characters "42". Any idea how to do this?
- Re: Converting a number to string like chr$ does AnotherAlias
