Hello, everyone!
I have to make the following function.
count = 1 -> alphabet count = A
count = 2 -> alphabet count = B
count = 3 -> alphabet count = C
count = 4 -> alphabet count = D
.
.
.
count = 50 -> alphabet count = AX
count = 51 -> alphabet count = AY
.
.
How can I make the function?
Or, does the function already exist?
*This post is locked for comments
I have the same question (0)