Character.FromNumber
Converts the number to its character value.
function (optionalnumber
as nullable any) as nullable any
Returns the character equivalent of the number.
Text.Conversions from and to text
Given the number 9, find the character value.
Character.FromNumber(9)
"#(tab)"
Last modified 4yr ago