> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/string-functions/charact.md).

# Charact

Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - Charact

This Function returns a \<string> , the char corresponding to the specified ASCII Code.

### Parameters

* **ASCII Code** <*numeric*> - ASCII value to retrieve the char from.

{% hint style="info" %}
This value must be between 0 and 255. If you specify an ASCII Code out of this range, the returned value will be the corresponding char of ASCII value 0.
{% endhint %}

###

### **Examples**

* *Example 1*

Charact(75)\
**Result** = K

* *Example 2*

Encode(Charact(-1))\
**Result** = <0>
