Ascii()

<< Click to Display Table of Contents >>

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

Ascii()

Description

Return the ASCII number of the first character in a string.

 

Type

REGULAR FUNCTION

 

Usage

AsciiNumb = Ascii(String)

 

String

STRING

String to determine first character.

AsciiNumb

INDEX

ASCII number of the first character in String.

 

Related Topics