Asc()

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Asc()

Previous pageReturn to chapter overviewNext page

Purpose

To determine the ASCII value of a character

Syntax

Asc( <cCharacter> ) nNumber

Argument

<cCharacter> is the character to determine the ASCII value of

Returns

Asc() returns the ASCII value of <cCharacter>.