Next Previous Contents

21. char

Synopsis

Convert an ascii value into a string

Usage

String_Type char (Integer_Type c)

Description

The char function converts an integer ascii value c to a string of unit length such that the first character of the string is c. For example, char('a') returns the string "a".

See Also

integer, string, typedef


Next Previous Contents