Char() mvSQL database function in Jitterbit App Builder
Summary
Converts an int ASCII code to a character value.
Syntax
Char(code)
Parameters
code Required. The ASCII number code to return the character for.
Returns
Character based on ASCII code
Examples
Char(65)
returns A