Hello,
Does anyone know whether these is a function module to convert between decimal and ascii representations of characters?
For example, the letter 'A' is '65' in decimal representation.
What I want to ba able to do is convert the '65' back to an 'A' within my code.
Thanks,
Ruby