FunctionsString
chr
Returns a one-byte string from an integer code in [0,255]. Non-integral or out-of-range values produce NULL.
chr(…) → StringKind · scalar
Returns a one-byte string from an integer code in [0,255]. Non-integral or out-of-range values produce NULL.
Part of the String family.