Newer Version Available

This content describes an older version of this product. View Latest

chr()

Returns the UTF-8 character of integer n.

Syntax

chr(n)

Usage

Returns null if n is null.

Example

1q = foreach q generate chr(97) as char_value;
2- -char_value == a