******
cstr()
******

Purpose
=======

cstr(expr)

Converts expr to a string value.


Example
=======

In the following example a string is created from the expression.

.. code-block:: none

   cstr(5*4);

produces

.. code-block:: none

   "20"

