Skip to Content

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

This documentation is for version 3.3 and earlier of Vinyl, the former name for App Builder. Access the latest documentation here.

mvSQL database function - Char()

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