T
Treebeard
I'd like to write a function that converts a integer, to the coressponding
letter in the alphabet?
i.e.
ConvertToLetter(1) ' this would return "A"
ConvertToLetter(2) ' this would return "B"
ConvertToLetter(3) ' this would return "C"
ConvertToLetter(4) ' this would return "D"
Thanks,
Jack
letter in the alphabet?
i.e.
ConvertToLetter(1) ' this would return "A"
ConvertToLetter(2) ' this would return "B"
ConvertToLetter(3) ' this would return "C"
ConvertToLetter(4) ' this would return "D"
Thanks,
Jack