> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/range-functions/convert.md).

# CONVERT

#### Syntax

**CONVERT**(*value;* *valueType*)

* *value* - the value which should be converted - ***Value type**: any*
* *valueType* - the value type to which value should be converted - ***Value type**: constant*\
  Possible values are:
  * *number*
  * *text*
  * *date*
  * *boolean*
  * *constant*

#### Example

The left table contains the values of table1, converted to numbers. If a value cannot be converted to a number, !VALUETYPE is displayed. A boolean is converted to its number representative.

<figure><img src="/files/XYbjatR219AGHwOldWXE" alt=""><figcaption></figcaption></figure>
