Skip to Content

Turn your connections into holiday cash with our new Customer Referral Program! Learn more

This documentation is for version 4 of App Builder, the new name for Vinyl. Access the Vinyl documentation here.

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