CHAR: Converting to a Character String

How to:

The CHAR function converts its argument to a character string.


Top of page

x
Syntax: How to Convert to a Character String
CHAR(arg)

where:

arg

Any type

Is the value to be converted.

This function returns a character string whose length is of sufficient size to hold the value.



Example: Converting to a Character String

CHAR converts a value to a character string. This example,

CHAR(566.23)

returns 566.23.


iWay Software