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)aRelated terms
Implementation status
- ✅ - full supported