Skip to content

FromLetterNumber

FromLetterNumber(number)

get the corresponding characters from the English alphabet.

FromLetterNumber(number, language-string)

get the corresponding characters from the languages alphabet.

Examples

>> FromLetterNumber(-2, "Dutch")
ij
>> FromLetterNumber(26, "Dutch")
ij
>> FromLetterNumber(1)
a

Alphabet, LetterNumber

Implementation status

  • ✅ - full supported

Github