itoa
Integer to ASCII converter.
Syntax
itoa(expr)
Argument
- expr
- A numeric value.
Example
Templex Expression | Result |
---|---|
{itoa(1.23)} |
1.23 |
Comments
The itoa
function converts a scalar value to a string.
itoa
is included only for backward compatibility with Filler.