Link to home
Start Free TrialLog in
Avatar of donb1
donb1

asked on

Convert ascii number to character

I am looking for a perl 4 function similar to the basic  chr$ fucntion.  I want to convert a number to it's ascii equivalent character.

ie  $char = something(number from 0-255)
if the right side is 65 I want the left side to be "A" etc.
ASKER CERTIFIED SOLUTION
Avatar of dmethvin
dmethvin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial