Welcome to Catalog Tips

Search more than 200 articles to learn more about creating and automating your product catalogs

Tip: Start typing in the input box for immediate search results.

< All Topics
Print

CHAR – Convert number to character

Overview

This Custom Field converts a number to the corresponding character. Hexadecimal values can be specified but must be prefixed with ‘%’.

Syntax

CHAR(128), CHAR(%80)

Element Description
Character value Numeric value of character, e.g. 128, %80

Example

CHAR(78) returns N

CHAR(128) returns €

CHAR(%C6) returns Æ

See also

N/A

Table of Contents