FromCharacterCode
FromCharacterCode({ch1, ch2, ...})
converts the
ch1, ch2,...
character codes into a string of corresponding characters.
Examples
>> FromCharacterCode({97,45,51})a-3
Related terms
Implementation status
- ✅ - full supported
FromCharacterCode({ch1, ch2, ...})
converts the
ch1, ch2,...
character codes into a string of corresponding characters.
>> FromCharacterCode({97,45,51})a-3