# ASCII

This Function returns a numeric, which is the ASCII decimal value of the specified Char.

### Parameters

* **Char** <*string*> - Char to retrieve the ASCII value.<br>

### **Examples**

* *Example 1*

Ascii("K")\
**Result** = 75

* *Example 2*

Ascii("Kalipso")\
**Result** = 75&#x20;

* *Example 3*

Ascii("H")\
**Result** = 72

{% hint style="warning" %}
&#x20;If you specify a **Char** with more than one char, Kalipso will use the first char.
{% endhint %}
