Skip to Content
0
Former Member
Jan 15, 2008 at 04:23 PM

Decimal to ASCII conversion

232 Views

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