Convert numbers to alphabet

Is there any pre-existing functions that convert numbers to it corresponding alphabetic value?
i.e. 1=a, 2=c, 3=c etc…

I only need the first 10 or so and can do it with a decode but was hoping for a cleaner solution?


BOBen :australia: (BOB member since 2011-02-08)

The chr() converts a number to its ASCII equivalent.


eganjp :us: (BOB member since 2007-09-12)