Salesforce

ASCIIVal (Magic xpa 4.x)

« Go Back

Information

 
Approval Process StatusPublished
Objective
Description

ASCIIVal (Magic xpa 4.x)

Evaluates the leftmost character of an alphanumeric string and returns its value in the ASCII character set.

Syntax:

ASCIIVal('string')

Parameters:

string: An Alpha character or string of characters.

Returns:

ASCII Code

Example:

The expressions ASCIIVal('N') and ASCIIVal('New') each return the same result, 78.

See also:

ASCIIChr

The Online and Rich Client Samples projects (program CV02 and RCV02)

Reference
TitleASCIIVal (Magic xpa 4.x)
URL NameASCIIVal-xpa-4x