Recent changes Random page
GAMING
Technology
 
Gaming
Entertainment
Science Fiction
Biggest wikis
Hobbies
Music
See more...

Question:How do we convert numbers into the letters of the alphabet

From Visual Basic Wiki

Jump to: navigation, search

If you simply want to convert the integers 0...25 to A...Z you can use:

MyLetter = ChrW(MyNumber + 65)

Use 97 for lower case.

Rate this article:
Share this article:
.