number - alphabetical string

J

John W. Vinson

Where can I find a function to transform number in alphabetical string ?

What sort of conversion? Do you want to transform the number 6 to the
alphabetical string "6" (CStr will do that for you), or the number 65 to the
letter "A" - its ASCII equivalent (Chr() is the function for this? Or do you
want to transform the number 6 to the text string "Six"?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top