CAST()

Since version 2.0

Syntax:

cast(<any expression>) | cast!(<any expression>) | cast%(<any expression>)

The CAST() function converts an expression of any type to the required type. If there is a possibility of precision loss or truncation, the compiler will display a warning.