Char()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Input and Output functions >

Char()

Description

Return a character given a valid ASCII number.

 

Type

REGULAR FUNCTION

 

Usage

Charact = Char(AsciiNumb)

 

AsciiNumb

INDEX

ASCII number of the first character in String.

Charact

STRING

Character whose ASCII number is AsciiNumb.

 

Related Topics